From: jean-pierre roux Date: Wed, 24 Nov 2010 16:43:52 +0000 (+0000) Subject: revert to GDCM as default X-Git-Tag: Creatools2-0-3.creaImageIO0-2-5.17Feb2011~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaImageIO.git;a=commitdiff_plain;h=07e49bceb0a9d8fbd9345f97d5b3385ace13a6ef revert to GDCM as default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d5f611f..45c9c98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,8 +54,8 @@ IF(QT4_FOUND) ENDIF(WIN32) ENDIF(QT4_FOUND) -OPTION(USE_GDCM "Use gdcm 1.3" OFF) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON) +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)