X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;fp=CMakeLists.txt;h=a84e339c2ce70956e9ea8f71161e4241dcaddea8;hb=e14bf1e923b1da24871326560315c1b73bf8ca80;hp=2f42bb54c94701526268423ddd071a6e6b410df5;hpb=360e0f8bbbb16a0d7604e65e1059541a0e9d83c8;p=creaBruker.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f42bb5..a84e339 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,9 +57,9 @@ CREA_PREVENT_IN_SOURCE_BUILD() # if you need to LINK against crea # (and not only use its macros) SET(USE_CREA ON) -OPTION(USE_GDCM "Use GDCM" ON) +OPTION(USE_GDCM "Use GDCM" OFF) SET(USE_GDCM_VTK ON) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF) +OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON) # 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)