From 9625e5339ac0961020d95f9437d8c1fd9afae8d9 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 7 Dec 2010 12:51:15 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c9f95d..32782cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,8 +56,9 @@ ENDIF(QT4_FOUND) # # ----------------- manual setting GDCM/GDCM2 JPR # -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) -- 2.45.0