Skip to content

Commit

Permalink
ENH: Add DCMTK patch to specify structured report HTML prefix
Browse files Browse the repository at this point in the history
The dsr2html tool uses a hardcoded literal string as a hyperlink prefix for refrenced composite objects (images, waveforms, etc.) in rendering the Key Object Selection documents.

Replace this literal with a string argument that will be passed by a calling application / function.

Pushed upstream: DCMTK/dcmtk#108
  • Loading branch information
thewtex committed Aug 16, 2024
1 parent bbf9f17 commit bdd59c5
Showing 1 changed file with 4 additions and 1 deletion.
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 bdd59c5

Please sign in to comment.