Skip to content

Commit

Permalink
BUG: Disable DCMTK ICU default for Superbuild
Browse files Browse the repository at this point in the history
Fixes an observed issue where building on Windows with Anaconda in PATH
could result in a path being found for nonexistent ICU libraries.

Co-authored-by: Jean-Christophe Fillion-Robin <[email protected]>
  • Loading branch information
tbirdso and jcfr committed Aug 9, 2021
1 parent c1c63af commit 88b9fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SuperBuild/External_DCMTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ if(NOT DEFINED DCMTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})
-DDCMTK_OVERWRITE_WIN32_COMPILER_FLAGS:BOOL=OFF
-DDCMTK_ENABLE_BUILTIN_DICTIONARY:BOOL=ON
-DDCMTK_ENABLE_PRIVATE_TAGS:BOOL=ON
-DDCMTK_WITH_ICU:BOOL=OFF
${EXTERNAL_PROJECT_OPTIONAL_CMAKE_CACHE_ARGS}
INSTALL_COMMAND ""
DEPENDS
Expand Down

0 comments on commit 88b9fd9

Please sign in to comment.