X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=49b10194416fa5e6ac92e5f99790b9804b06f4ea;hb=ce7305720d117b2d1a9a933124ecc832095d09ba;hp=61ec579fbf886d9c426fa1eba252105e489d0d10;hpb=5e5ae5c6784b3d6cf8e2087b1662e7986cb3326c;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 61ec579..49b1019 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)