]> Creatis software - creaImageIO.git/blobdiff - CMakeLists.txt
*** empty log message ***
[creaImageIO.git] / CMakeLists.txt
index 6c9f95d0243a0f942c204e1d8c0c4532b8e8e0c8..32782cd8095ccfc014b068c101dc82ca84dd292a 100644 (file)
@@ -56,8 +56,9 @@ ENDIF(QT4_FOUND)
 #
 # ----------------- manual setting GDCM/GDCM2 JPR
 #               
-OPTION(USE_GDCM "Use gdcm 1.3" OFF)
-OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON)
+OPTION(USE_GDCM "Use gdcm 1.3" ON)
+OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF)
+
  MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}")
 IF(USE_GDCM2)
        OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)