]> Creatis software - crea.git/commitdiff
Add date of creaNewProject current version
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 3 Mar 2010 10:27:13 +0000 (10:27 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 3 Mar 2010 10:27:13 +0000 (10:27 +0000)
appli/creaNewProject/NewProject/CMakeLists.txt.in

index a9b32d284ee035cd9d1cc89ddbda382c3d0edad8..31919f2fdda186b1b2651f1f5addb717c312fac8 100644 (file)
@@ -5,6 +5,7 @@
 # http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X
 # before starting.
 #
+# Generated with creaNewProject, version of : 03/03/2010
 # ---------------------------------
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
@@ -59,13 +60,13 @@ SET(USE_BOOST     OFF)
 # Note : Set USE_DOXYGEN to ON
 #  if you think you will ask, some day, 
 #  for Doxygen generation
-#SET(USE_DOXYGEN   OFF)
+SET(USE_DOXYGEN   OFF)
 
 # Note : Set USE_LATEX to ON, USE_TTH to ON
 #  if you think you will ask, some day, 
 #  for doc generation using your own latex documents
-#SET(USE_LATEX     OFF)
-#SET(USE_TTH       OFF)
+SET(USE_LATEX     OFF)
+SET(USE_TTH       OFF)
 
 CREA_FIND_AND_USE_LIBRARIES()
 #==================================
@@ -91,7 +92,7 @@ MARK_AS_ADVANCED(
     
  #   ${PROJECT_SOURCE_DIR}/lib/_YOUR_OWN_LIBRARY_SOURCE_DIRECTORY_
  
-    )
+   )
 #==================================