]> Creatis software - creaImageIO.git/blobdiff - CMakeLists.txt
BUG: USE_GDCM cmake option
[creaImageIO.git] / CMakeLists.txt
index 61ec579fbf886d9c426fa1eba252105e489d0d10..49b10194416fa5e6ac92e5f99790b9804b06f4ea 100644 (file)
@@ -35,8 +35,8 @@ SET(USE_ITK OFF)
 SET(USE_BOOST ON)
 SET(USE_WXWIDGETS ON)
 
-OPTION(USE_GDCM ON)
-OPTION(USE_GDCM2 OFF)
+OPTION(USE_GDCM "use gdcm" ON)
+OPTION(USE_GDCM2 "use gdcm2" OFF)
  MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}")
 IF(USE_GDCM2)
        OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)