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

index 45c9c982b290035883ce4d6df65933a700290b9a..6c9f95d0243a0f942c204e1d8c0c4532b8e8e0c8 100644 (file)
@@ -53,9 +53,11 @@ IF(QT4_FOUND)
                LINK_DIRECTORIES(${QT_DIR}/../lib)
  ENDIF(WIN32)
 ENDIF(QT4_FOUND)
-                
-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)