]> Creatis software - creaBruker.git/commitdiff
change default GDCM to GDCM2
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 24 Nov 2010 14:46:11 +0000 (14:46 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 24 Nov 2010 14:46:11 +0000 (14:46 +0000)
CMakeLists.txt

index 2f42bb54c94701526268423ddd071a6e6b410df5..a84e339c2ce70956e9ea8f71161e4241dcaddea8 100644 (file)
@@ -57,9 +57,9 @@ CREA_PREVENT_IN_SOURCE_BUILD()
 #  if you need to LINK against crea
 #  (and not only use its macros)
 SET(USE_CREA      ON)
-OPTION(USE_GDCM   "Use GDCM"   ON)
+OPTION(USE_GDCM   "Use GDCM"   OFF)
 SET(USE_GDCM_VTK  ON)
-OPTION(USE_GDCM2  "Use gdcm 2.0.14 at least"   OFF)
+OPTION(USE_GDCM2  "Use gdcm 2.0.14 at least"   ON)
 # No interface for the moment, don't allow to add useless libraries
 SET(USE_WXWIDGETS OFF CACHE BOOL "Use wxWidgets" FORCE)
 SET(USE_KWWIDGETS OFF)