]> Creatis software - creaBruker.git/blobdiff - CMakeLists.txt
Mon debugger n'interprete pas les lignes de commandes si les options ne commencent...
[creaBruker.git] / CMakeLists.txt
index 5e463bc264354de526d2e8dd24d12582e52432dd..39523182c4dee748d155bc0d6ce40849e958de8a 100644 (file)
@@ -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)
 
 #==================================