From: malaterre Date: Thu, 11 May 2006 20:14:25 +0000 (+0000) Subject: ENH: Structure of the dictionary was changed but not everywhere... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fd4836713e19aa7a1a6ae5ffae7933fd53ffd5ef;p=gdcm.git ENH: Structure of the dictionary was changed but not everywhere... --- 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)