Skip to content

Commit 9ca8a8d

Browse files
committed
fix(dicom): improve write-rt-struct uid initialization
Addresses: Truncated UID in dcmGenerateUniqueIdentifier(), SITE_UID_ROOT too long? warnings.
1 parent 558e212 commit 9ca8a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dicom/dcmtk/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ if (EMSCRIPTEN OR WASI)
224224
set(HAVE_CMAKE_SIZEOF_ULONGLONG TRUE CACHE STRING "Have size of unsigned long long")
225225
endif()
226226
set(PLM_GIT_REPOSITORY "https://github.com/InsightSoftwareConsortium/plastimatch")
227-
# plastimatch-2024-10-30-5036f97-itk-wasm-2025-02-03
228-
set(PLM_GIT_TAG "babc354f210ba86a91cb6def718b45583c604e74")
227+
# plastimatch-2024-10-30-5036f97-itk-wasm-2025-02-04
228+
set(PLM_GIT_TAG "66157a7c08e7bd5be7cdd99606d2ca63ab88e5c7")
229229
option(PLM_CONFIG_ENABLE_DCMTK "Enable DCMTK support" ON)
230230
option(PLM_CONFIG_ENABLE_OPENMP "Enable OpenMP support" OFF)
231231
option(PLM_CONFIG_ENABLE_OPENCL "Enable OpenCL support" OFF)

0 commit comments

Comments
 (0)