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

index a84e339c2ce70956e9ea8f71161e4241dcaddea8..2f42bb54c94701526268423ddd071a6e6b410df5 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"   OFF)
+OPTION(USE_GDCM   "Use GDCM"   ON)
 SET(USE_GDCM_VTK  ON)
-OPTION(USE_GDCM2  "Use gdcm 2.0.14 at least"   ON)
+OPTION(USE_GDCM2  "Use gdcm 2.0.14 at least"   OFF)
 # 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)