From e59a43461a1724a94d38c27b42fa861f2d69ae67 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 8 Mar 2011 11:55:53 +0000 Subject: [PATCH] 'local install' issues --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0b2131..84061b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.45.0