File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ if [$OSTYPE == "cygwin"] || [$OSTYPE == "msys"] || [$OSTYPE =="win32"]; then
11
11
fi
12
12
13
13
export ITK_WASM_DCMTK_REPOSITORY=${ITK_WASM_DCMTK_REPOSITORY:- " https://github.com/InsightSoftwareConsortium/DCMTK" }
14
- export ITK_WASM_DCMTK_GIT_TAG=${ITK_WASM_DCMTK_GIT_TAG:- " fe7cff5de40b67ae0490d476ddf17689c06bcaf4 " }
14
+ export ITK_WASM_DCMTK_GIT_TAG=${ITK_WASM_DCMTK_GIT_TAG:- " 93e6d1b20b476c388f0379245c8c6e96af7f16f4 " }
15
15
16
16
export ITK_WASM_ITK_REPOSITORY=${ITK_WASM_ITK_REPOSITORY:- " https://github.com/KitwareMedical/ITK" }
17
- export ITK_WASM_ITK_BRANCH=${ITK_WASM_ITK_BRANCH:- " itkwasm-2024-05-20-5db055d7ad3b-1 " }
17
+ export ITK_WASM_ITK_BRANCH=${ITK_WASM_ITK_BRANCH:- " itkwasm-2024-05-20-5db055d7ad3b-3 " }
18
18
19
19
export ITK_WASM_NATIVE_WORKSPACE=${ITK_WASM_NATIVE_WORKSPACE:- $(pwd)/ native}
20
20
You can’t perform that action at this time.
0 commit comments