From 25c90cbc613145b0339e1f66a1a9817db73cb250 Mon Sep 17 00:00:00 2001 From: Eduardo Enrique Davila Serrano Date: Sun, 24 May 2026 20:56:25 +0200 Subject: [PATCH] Clean code --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.54.0