From: jpr <> Date: Tue, 8 Mar 2011 11:55:44 +0000 (+0000) Subject: 'local install' issues X-Git-Tag: v1_0_0~16 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bc1cd198a9c1e740e324939e93b158afcb256809;p=bbtkGEditor.git 'local install' issues --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ce0ab19..578aac7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()