X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=3afd95ec8398832dadeb32320f856d2cfab2e9f4;hb=6502348c86e944d957471c1e00dec8458b7b0891;hp=b5f2e688e88a803e5ef90aebee908c5d43d73b77;hpb=ef8ec8b5ac212509438a31e043d4a7ed0dcee432;p=creaBruker.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b5f2e68..3afd95e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,9 +60,10 @@ SET(USE_CREA ON) # # ----------------- manual setting GDCM/GDCM2 JPR # -OPTION(USE_GDCM "Use GDCM" OFF) +OPTION(USE_GDCM "Use GDCM" ON) SET(USE_GDCM_VTK ON) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON) +OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF) + # No interface for the moment, don't allow to add useless libraries SET(USE_WXWIDGETS OFF CACHE BOOL "Use wxWidgets" FORCE) SET(USE_KWWIDGETS OFF)