From: jean-pierre roux Date: Tue, 8 Mar 2011 11:55:53 +0000 (+0000) Subject: 'local install' issues X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaImageIO.git;a=commitdiff_plain;h=e59a43461a1724a94d38c27b42fa861f2d69ae67 'local install' issues --- 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)