We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6836c commit bcce1f5Copy full SHA for bcce1f5
src/docker/itk-wasm-base/Dockerfile
@@ -41,7 +41,7 @@ RUN git clone --branch $ITK_GIT_BRANCH --single-branch --depth 1 https://github.
41
/ITK/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg/src/lib/openjp2/CMakeLists.txt
42
43
# Modify CMake variable to use patched DCMTK library
44
-# GIT_TAG refers to DCMTK branch: 20240311_DCMTK_PATCHES_FOR_ITK-wasm
+# GIT_TAG refers to DCMTK branch: 20240311_DCMTK_PATCHES_FOR_ITK-Wasm-1
45
RUN sed -i -e '/^set(DCMTK_GIT_REPOSITORY/c\set(DCMTK_GIT_REPOSITORY "https://github.com/InsightSoftwareConsortium/DCMTK.git")' \
46
/ITK/Modules/ThirdParty/DCMTK/DCMTKGitTag.cmake
47
0 commit comments