From fd4836713e19aa7a1a6ae5ffae7933fd53ffd5ef Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 11 May 2006 20:14:25 +0000 Subject: [PATCH] ENH: Structure of the dictionary was changed but not everywhere... --- Dicts/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dicts/CMakeLists.txt b/Dicts/CMakeLists.txt index 576e7ebf..1ea0994f 100644 --- a/Dicts/CMakeLists.txt +++ b/Dicts/CMakeLists.txt @@ -104,7 +104,7 @@ ENDFOREACH(line) #----------------------------------------------------------------------------- # ... Set the dictionnary -SET(DICOM_DIR_DICTIONARY "${DICOM_DIR_DICTIONARY} \n {0,0,0,0}") +SET(DICOM_DIR_DICTIONARY "${DICOM_DIR_DICTIONARY} \n {0,0,0,0,0}") CONFIGURE_FILE("${GDCM_SOURCE_DIR}/src/gdcmDefaultDicts.cxx.in" "${GDCM_BINARY_DIR}/src/gdcmDefaultDicts.cxx" IMMEDIATE) -- 2.45.1