From: jean-pierre roux Date: Wed, 24 Nov 2010 16:43:51 +0000 (+0000) Subject: revert to GDCM as default X-Git-Tag: Creatools2-0-3.creaBruker1-0-1.17Feb2011~4 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaBruker.git;a=commitdiff_plain;h=58b69ae17a5ff2f0cdec5be99ad21943e97d5ab7 revert to GDCM as default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a84e339..2f42bb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)