]> Creatis software - creaRigidRegistration.git/blobdiff - CMakeLists.txt
no message
[creaRigidRegistration.git] / CMakeLists.txt
index a8c4e18d48a4d3cd5c7dbb4231f2e44dc0d7eeda..6b901619399fb0c04f1897c013eb86dbc928b610 100644 (file)
@@ -27,6 +27,9 @@ SET(PROJECT_MINOR_VERSION 0)
 SET(PROJECT_BUILD_VERSION 1)
 #==================================
 
+# JPR 4 mars 2011
+set (CMAKE_MODULE_PATH ${CMAKE_INSTALL_PREFIX}/share/cmake/Module)
+
 #==================================
 # Find crea (mandatory, to use macros)
 SET(CREA_VERBOSE_CMAKE TRUE)
@@ -36,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()
@@ -80,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})