X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=25ce48e8ffa6cf348e8553c7cce5a042b77cb10d;hb=c32795e40184854d8a60475b12954c45c36e2fc9;hp=f54d1822f1f655ff327d7f16e05b3a9cf79a8721;hpb=a8e18735f0213e0e141d7679cfcc6544d37b296d;p=creaBruker.git diff --git a/CMakeLists.txt b/CMakeLists.txt index f54d182..25ce48e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,9 +56,9 @@ CREA_PREVENT_IN_SOURCE_BUILD() # if you need to LINK against crea # (and not only use its macros) SET(USE_CREA ON) -SET(USE_GDCM ON) +OPTION(USE_GDCM ON) SET(USE_GDCM_VTK ON) -SET(USE_GDCM2 OFF) +OPTION(USE_GDCM2 OFF) SET(USE_WXWIDGETS OFF) SET(USE_KWWIDGETS OFF) SET(USE_VTK OFF)