X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=ce0ab199d26b66a0ab8550484ab79b902dac3bc0;hb=refs%2Ftags%2FCreatools2-0-3_bbGEditor1-0-0_17Feb2011;hp=283d192fc7754740e7c07b6d0d3a0b43acb26475;hpb=0fb6021eb1d25eed83652e0c2a378dba2c5f1452;p=bbtkGEditor.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 283d192..ce0ab19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # # Unless you are an experimented cmake user, # have a look at : -# http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X +# http://www.creatis.insa-lyon.fr/creatools/GettingStarted_creaTools # before starting. # # --------------------------------- @@ -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()