]> Creatis software - bbtk.git/commitdiff
Replace deprecated SUBDIRS by ADD_SUBDIRECTORY
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 3 Dec 2010 15:56:43 +0000 (15:56 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 3 Dec 2010 15:56:43 +0000 (15:56 +0000)
CMakeLists.txt

index 53fce69e499832cacb1a637911cd98e3291d6d64..30cb4acd98836466a403b3c3240cde2830dcd0a4 100644 (file)
@@ -17,8 +17,11 @@ 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)
+#
+# ----------------- manual setting GDCM/GDCM2 JPR
+#
+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)