X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=32782cd8095ccfc014b068c101dc82ca84dd292a;hb=1a4b973f2cfd974147a10756eb7d2b10ff524ddc;hp=d5f611fa64e8597fd0baa1d856b1535fdc52479e;hpb=e79fb3b2d29dd690c3f78057105b61227c9b0297;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d5f611f..32782cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,9 +53,12 @@ IF(QT4_FOUND) LINK_DIRECTORIES(${QT_DIR}/../lib) ENDIF(WIN32) ENDIF(QT4_FOUND) - -OPTION(USE_GDCM "Use gdcm 1.3" OFF) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON) +# +# ----------------- manual setting GDCM/GDCM2 JPR +# +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)