]> Creatis software - creaImageIO.git/blobdiff - CMakeLists.txt
correction of bugs
[creaImageIO.git] / CMakeLists.txt
index 6d6e6d2b9742b369f4db62ebe058eb5becd6e3ed..1fbdf84324bbea20a70280b1f48f9ce1620ec57c 100644 (file)
@@ -45,8 +45,8 @@ IF(USE_QT4)
 ENDIF(USE_QT4)
                 
                 
-OPTION(USE_GDCM ON)
-OPTION(USE_GDCM2 OFF)
+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)