Skip to content

Commit

Permalink
COMP: add sed commands as patches for native build
Browse files Browse the repository at this point in the history
  • Loading branch information
jadh4v committed Jul 16, 2024
1 parent d03c261 commit 4e7a27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/ThirdParty/DCMTK/DCMTKGitTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ set(DCMTK_GIT_REPOSITORY "https://github.com/InsightSoftwareConsortium/DCMTK.git
#Matt McCormick (1):
#Support CMAKE_CROSSCOMPILING_EMULATOR # pushed upstream in https://github.com/DCMTK/dcmtk/pull/94

set(DCMTK_GIT_TAG "bed2645624b30823189b1afa0d0feb8c8964847e") # 20240311_DCMTK_PATCHES_FOR_ITK
set(DCMTK_GIT_TAG "fe7cff5de40b67ae0490d476ddf17689c06bcaf4")
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ endif()
#################################################################################
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)

option(OPJ_USE_THREAD "Build with thread/mutex support " ON)
option(OPJ_USE_THREAD "use threads" OFF)
if(NOT OPJ_USE_THREAD)
add_definitions( -DMUTEX_stub)
endif(NOT OPJ_USE_THREAD)
Expand Down

0 comments on commit 4e7a27a

Please sign in to comment.