]> Creatis software - creaContours.git/commitdiff
'local install' issues
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 8 Mar 2011 11:55:50 +0000 (11:55 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 8 Mar 2011 11:55:50 +0000 (11:55 +0000)
CMakeLists.txt

index 7425ea94d9f754c0be2613f634651c1287f091c3..00cf8c53a2b8b9a2ffce29e2a2cb3a6a9265e4d1 100644 (file)
@@ -22,6 +22,13 @@ SET(PROJECT_MAJOR_VERSION 1)
 SET(PROJECT_MINOR_VERSION 2)
 SET(PROJECT_BUILD_VERSION 3)
 
+#==================================
+
+# 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)
 
 FIND_PACKAGE(crea REQUIRED)