]> Creatis software - creaImageIO.git/commitdiff
Clean code
authorEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Sun, 24 May 2026 18:57:54 +0000 (20:57 +0200)
committerEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Sun, 24 May 2026 18:57:54 +0000 (20:57 +0200)
CMakeLists.txt

index 5be4b0306c34f5cd974cc1c91718ca33b2cc7b33..e92715acff1d0383d7b5afce26bc1762b6024434 100644 (file)
@@ -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)