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

index f0b2131264eb6a9dc2d72281d7a545e5ee6c04dd..84061b5e0f24d4d4f9e72eececeff0a38ee4d650 100644 (file)
@@ -21,6 +21,9 @@ SET(PROJECT_MINOR_VERSION 2)
 SET(PROJECT_BUILD_VERSION 5)
 SET(CREA_VERBOSE_CMAKE TRUE)
 
+# JPR 4 mars 2011
+set (CMAKE_MODULE_PATH ${CMAKE_INSTALL_PREFIX}/share/cmake/Module)
+
 #==================================
 # Find crea (mandatory, to use macros)
 FIND_PACKAGE(crea REQUIRED)