]> Creatis software - bbtkGEditor.git/commitdiff
'local install' issues
authorjpr <>
Tue, 8 Mar 2011 11:55:44 +0000 (11:55 +0000)
committerjpr <>
Tue, 8 Mar 2011 11:55:44 +0000 (11:55 +0000)
CMakeLists.txt

index ce0ab199d26b66a0ab8550484ab79b902dac3bc0..578aac7b27d620106730a6ab970f8a757ccc83d3 100644 (file)
@@ -25,6 +25,9 @@ SET(PROJECT_VERSION_DATE "30/09/2009")
 
 #==================================
 
+# 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)
@@ -53,9 +56,6 @@ IF(BBTK_FOUND)
 ENDIF(BBTK_FOUND)
 #==================================
 
-
-
-
 #==================================
 # Do not allow to build inside the source tree
 CREA_PREVENT_IN_SOURCE_BUILD()