From: Eduardo Enrique Davila Serrano Date: Sun, 24 May 2026 18:57:54 +0000 (+0200) Subject: Clean code X-Git-Url: http://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fed75556b8fe6b76de5730a24caf4fa7afe8d9bd;p=creaImageIO.git Clean code --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5be4b03..e92715a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,8 +105,8 @@ ENDIF(QT4_FOUND) # # ----------------- manual setting GDCM/GDCM2 JPR # -OPTION(USE_GDCM "Use gdcm 1.3" OFF) -OPTION(USE_GDCM2 "Use gdcm2 v3.3.0 at least" ON) +OPTION(USE_GDCM "Use GDCM1 1.3" OFF) +OPTION(USE_GDCM2 "Use GDCM2 v3.3.0 at least" ON) MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}") IF(USE_GDCM2)