X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=261d2f7ca75b528aeb9609dff8b7bdafe811b2ff;hb=e249b08904f1f8a4349706e74768ed47a3e17aee;hp=cbaca15e402f7e85d4ce179cd448735c03dfd507;hpb=3dd3904c5dd16261fe6f4d3bd5e657e7b343cab2;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index cbaca15..261d2f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,11 @@ PROJECT(bbtk) INCLUDE(kernel/cmake/BBTKRootCMakeLists.cmake NO_POLICY_SCOPE ) #----------------------------------------------------------------------------- -OPTION(USE_GDCM "Use gdcm 1.3" OFF) -OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" ON) +# +# ----------------- manual setting GDCM/GDCM2 JPR +# +OPTION(USE_GDCM "Use gdcm 1.3" ON) +OPTION(USE_GDCM2 "Use gdcm 2.0.14 at least" OFF) MESSAGE(STATUS "GDCM LIB ....= ${GDCM_LIBRARIES}") IF(USE_GDCM2) #OPTION(USE_GDCM_ANOM "use gdcm2 anonymizer tool" OFF)