From: jean-pierre roux Date: Wed, 24 Nov 2010 14:25:25 +0000 (+0000) Subject: change default GDCM to GDCM2 X-Git-Tag: Creatools2-0-3.bbtk0-9-5.17Feb2011~7 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3dd3904c5dd16261fe6f4d3bd5e657e7b343cab2;p=bbtk.git change default GDCM to GDCM2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 53fce69..cbaca15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,8 @@ PROJECT(bbtk) INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake NO_POLICY_SCOPE ) #----------------------------------------------------------------------------- -OPTION(USE_GDCM "Use gdcm 1.3" ON) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF) +OPTION(USE_GDCM "Use gdcm 1.3" OFF) +OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON) MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}") IF(USE_GDCM2) #OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)