]> Creatis software - creaBruker.git/commitdiff
no message
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 20 Sep 2010 15:24:59 +0000 (15:24 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 20 Sep 2010 15:24:59 +0000 (15:24 +0000)
CMakeLists.txt

index 25ce48e8ffa6cf348e8553c7cce5a042b77cb10d..aaf2631c6c08db72a7afc6f11754942d55f9bc53 100644 (file)
@@ -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)
-OPTION(USE_GDCM      ON)
+OPTION(USE_GDCM   "Use GDCM"   ON)
 SET(USE_GDCM_VTK  ON)
-OPTION(USE_GDCM2     OFF)
+OPTION(USE_GDCM2  "Use GDCM2"   OFF)
 SET(USE_WXWIDGETS OFF)
 SET(USE_KWWIDGETS OFF)
 SET(USE_VTK       OFF)
@@ -79,6 +79,8 @@ SET(USE_TTH       OFF)
 CREA_FIND_AND_USE_LIBRARIES()
 #==================================
 
+
+
 #==================================
 # Where to put executables and libs
 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})