Skip to content

Commit 6af846f

Browse files
committed
ENH: Updated CTK to latest version
Includes: Revision: 7210c5bcc37bf1140a04c97bfe1e27142735c6ab Author: Andras Lasso <[email protected]> Date: 2020-11-07 9:55:12 PM Message: ENH: Reduce storage path length of files stores in DICOM database (Slicer#942) Study, series, and SOP instance UIDs were used to generate path for data sets copied into the DICOM database. When database folder path or UIDs were long, this path length could very easily become longer than the file system maximum path limit (about 256 characters on some systems, for example on Windows or when writing CDs). Added useShortStoragePath flag so that developers can still switch between full and shortened paths. --- Revision: 7803ebaeafb241a500ec6072f38b4a343fc5488b Author: Andras Lasso <[email protected]> Date: 2020-11-07 9:54:49 PM Message: ENH: Allow ctkMessageBox to store any don't-show-again button roles in settings (Slicer#941) Previously, when dontShowAgain flag was enabled, only buttons with AcceptRole could be saved in settings. Now the user can customize the list of button roles. For example Yes and No button choice can be saved, while still not saving anything if user clicks Cancel.
1 parent f9bf3ce commit 6af846f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SuperBuild/External_CTK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if(NOT DEFINED CTK_DIR AND NOT Slicer_USE_SYSTEM_${proj})
7070

7171
ExternalProject_SetIfNotDefined(
7272
Slicer_${proj}_GIT_TAG
73-
"44cb1276ba0bff212f631516c7558ee5c63febf0"
73+
"7210c5bcc37bf1140a04c97bfe1e27142735c6ab"
7474
QUIET
7575
)
7676

0 commit comments

Comments
 (0)