X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=ce0ab199d26b66a0ab8550484ab79b902dac3bc0;hb=refs%2Ftags%2FCreatools2-0-3_bbGEditor1-0-0_17Feb2011;hp=578aac7b27d620106730a6ab970f8a757ccc83d3;hpb=bc1cd198a9c1e740e324939e93b158afcb256809;p=bbtkGEditor.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 578aac7..ce0ab19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,9 +25,6 @@ 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) @@ -56,6 +53,9 @@ IF(BBTK_FOUND) ENDIF(BBTK_FOUND) #================================== + + + #================================== # Do not allow to build inside the source tree CREA_PREVENT_IN_SOURCE_BUILD()