From: Eduardo Enrique Davila Serrano Date: Sun, 24 May 2026 18:56:25 +0000 (+0200) Subject: Clean code X-Git-Url: http://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=25c90cbc613145b0339e1f66a1a9817db73cb250;p=bbtk.git Clean code --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cc43c394..4a9dacdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,8 +61,8 @@ set (CMAKE_MODULE_PATH ${CMAKE_INSTALL_PREFIX}/share/cmake/Module) # # ----------------- manual setting GDCM/GDCM2 JPR # -OPTION(USE_GDCM "Use gdcm 1.3" ON) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF) +OPTION(USE_GDCM "Use gdcm1 1.3" OFF) +OPTION(USE_GDCM2 "Use gdcm2 3.3.0 at least" ON) MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}") IF(USE_GDCM2) #OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)