Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4806 from thewtex/dicom-…
Browse files Browse the repository at this point in the history
…structured-report-prefix

dicom structured report prefix
  • Loading branch information
thewtex committed Aug 23, 2024
2 parents afaeab2 + 62c4789 commit aabba2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Modules/ThirdParty/DCMTK/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ else(DCMTK_USE_ICU)
)
endif()

set(_ITKDCMTK_LIB_NAMES dcmdata dcmimage dcmimgle dcmjpeg dcmjpls
dcmnet dcmpstat dcmqrdb dcmsr dcmtls ijg12 ijg16 ijg8 oflog ofstd oficonv)
set(_ITKDCMTK_LIB_NAMES dcmdata dcmpstat dcmsr dcmqrdb dcmimgle
dcmimage dcmjpeg dcmjpls dcmnet
dcmwlm dcmrt dcmiod dcmfg
dcmseg dcmpmap ijg12 ijg16 ijg8 oflog ofstd oficonv)
if(WIN32)
set(ITKDCMTK_LIBDEP_WIN iphlpapi ws2_32 netapi32 wsock32)
endif()
Expand Down
5 changes: 4 additions & 1 deletion Modules/ThirdParty/DCMTK/DCMTKGitTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ 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
#Shreeraj Jadhav (1):
#ENH: Replace HTML_HYPERLINK_PREFIX_FOR_CGI with std::string argument

set(DCMTK_GIT_TAG "8197ee21a2e17be65b72508dca9a91d4d60725aa") # 20240311_DCMTK_PATCHES_FOR_ITK-1

0 comments on commit aabba2f

Please sign in to comment.