Skip to content

Commit

Permalink
switch to same dcmtk as slicer
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Nov 30, 2024
1 parent 1af5c7a commit 1f183ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeExternals/DCMTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ endif()
if(NOT DEFINED DCMTK_DIR AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})

ExternalProject_SetIfNotDefined(
${proj}_GIT_REPOSITORY
"${EP_GIT_PROTOCOL}://github.com/DCMTK/dcmtk.git"
Slicer_${proj}_GIT_REPOSITORY
"${EP_GIT_PROTOCOL}://github.com/commontk/DCMTK.git"
QUIET
)

ExternalProject_SetIfNotDefined(
${proj}_REVISION_TAG
"DCMTK-3.6.8"
Slicer_${proj}_GIT_TAG
"ea07125078cd097245867a71d8fba8b36fd92878" # patched-DCMTK-3.6.8_20241024
QUIET
)

Expand Down

0 comments on commit 1f183ef

Please sign in to comment.