]> Creatis software - creaImageIO.git/commitdiff
revert to GDCM as default
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 24 Nov 2010 16:43:52 +0000 (16:43 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 24 Nov 2010 16:43:52 +0000 (16:43 +0000)
CMakeLists.txt

index d5f611fa64e8597fd0baa1d856b1535fdc52479e..45c9c982b290035883ce4d6df65933a700290b9a 100644 (file)
@@ -54,8 +54,8 @@ IF(QT4_FOUND)
  ENDIF(WIN32)
 ENDIF(QT4_FOUND)
                 
-OPTION(USE_GDCM "Use gdcm 1.3" OFF)
-OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON)
+OPTION(USE_GDCM "Use gdcm 1.3" ON)
+OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF)
  MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}")
 IF(USE_GDCM2)
        OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)