]> Creatis software - creaRigidRegistration.git/blobdiff - CMakeLists.txt
Chasse aux variables non initialisées
[creaRigidRegistration.git] / CMakeLists.txt
index 8623c5cb54405aeac04090aa70ba7852260ae99e..d9613c21b20d509e7ce86f6e90bfdcb3c630341d 100644 (file)
@@ -10,7 +10,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
 ###################################
-PROJECT(CreaRecalage)
+PROJECT(creaRigidRegistration)
 ###################################
 
 #==================================
@@ -29,6 +29,14 @@ IF (crea_FOUND)
 ENDIF(crea_FOUND)
 #==================================
 
+#==================================
+# Find creaMaracasVisu (to use the lib)
+#FIND_PACKAGE(creaMaracasVisu REQUIRED)
+#IF (creaMaracasVisu_FOUND)
+  #INCLUDE(${creaMaracasVisu_USE_FILE})
+#ENDIF(creaMaracasVisu_FOUND)
+#==================================
+
 #==================================
 # Do not allow to build inside the source tree
 CREA_PREVENT_IN_SOURCE_BUILD()