X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=1fbdf84324bbea20a70280b1f48f9ce1620ec57c;hb=3389d962d93ac6547944fb52a53acbb73be74706;hp=6d6e6d2b9742b369f4db62ebe058eb5becd6e3ed;hpb=4b992536ab90c9169eab57ef6e8c3554fa4266d9;p=creaImageIO.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d6e6d2..1fbdf84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)