]> Creatis software - creaRigidRegistration.git/blobdiff - CMakeLists.txt
no message
[creaRigidRegistration.git] / CMakeLists.txt
index b6d574601d652a2b5658f095c1caabe7e682a63b..6b901619399fb0c04f1897c013eb86dbc928b610 100644 (file)
@@ -39,14 +39,6 @@ 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()
@@ -83,6 +75,20 @@ SET(USE_TTH       OFF)
 CREA_FIND_AND_USE_LIBRARIES()
 #==================================
 
+
+
+#==================================
+# Find creaMaracasVisu (to use the lib)
+#FIND_PACKAGE(creaMaracasVisu REQUIRED)
+#IF (creaMaracasVisu_FOUND)
+  #INCLUDE(${creaMaracasVisu_USE_FILE})
+#ENDIF(creaMaracasVisu_FOUND)
+#==================================
+
+
+
+
+
 #==================================
 # Where to put executables and libs
 SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})