X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=39523182c4dee748d155bc0d6ce40849e958de8a;hb=7a849fb72c9e8d006fa69c74b24a3e12778c269f;hp=5e463bc264354de526d2e8dd24d12582e52432dd;hpb=0194cf3ca5e4249a389cc809d3de6fae07249fa4;p=creaBruker.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e463bc..3952318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ CREA_PREVENT_IN_SOURCE_BUILD() # (and not only use its macros) SET(USE_CREA ON) SET(USE_GDCM ON) -SET(USE_GDCM_VTK OFF) +SET(USE_GDCM_VTK ON) SET(USE_GDCM2 OFF) SET(USE_WXWIDGETS OFF) SET(USE_KWWIDGETS OFF) @@ -66,5 +66,6 @@ MARK_AS_ADVANCED( # Subdirs SUBDIRS(lib) SUBDIRS(appli) +SUBDIRS(install) #==================================