X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=35bc2cabc8bcc407c9ff553a14a9167b46ef080d;hb=b7846a70038ff3960190a04cb99b46a6175961f5;hp=71756430dcee606fc7236477973296dd9c5dc0eb;hpb=47cac23048b40e8e5d24fbe3ae676e0603d7db27;p=creaEnvironment.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7175643..35bc2ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,13 @@ SET(PROJECT_MAJOR_VERSION 1) SET(PROJECT_MINOR_VERSION 0) SET(PROJECT_BUILD_VERSION 1) +#================================== + +# 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)