From 308c617ee0d8d46afa5392942f0ffed64597b1a5 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Fri, 26 Mar 2010 15:56:54 +0000 Subject: [PATCH] BUG: USE_GDCM cmake option --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.45.1