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