X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=ab5e89633c06b9b89600a3cd6289edd46dd34542;hb=3a66ec0164379eca3063900f4e1d49cf2e6d39bb;hp=8ed333845342a5a46d29751619aa116df1f30b5e;hpb=251ef0d5fc2bf01a1860939a81070091007a278a;p=crea.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ed3338..ab5e896 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,11 @@ +# --------------------------------- +# +# Unless you are an experimented cmake user, +# have a look at : +# http://www.creatis.insa-lyon.fr/site/fr/CreatoosGettingStarted-v2.0.X +# before starting +# --------------------------------- + CMAKE_MINIMUM_REQUIRED(VERSION 2.4) PROJECT(crea) @@ -8,8 +16,8 @@ SET(CREA_CMAKE_DIR ${PROJECT_SOURCE_DIR}/${CREA_CMAKE_REL_PATH}) INCLUDE(${CREA_CMAKE_DIR}/CREACMakeSettings.cmake NO_POLICY_SCOPE) INCLUDE(${CREA_CMAKE_DIR}/CREAMacros.cmake) -CREA_PREVENT_IN_SOURCE_BUILD() +CREA_PREVENT_IN_SOURCE_BUILD() SET(USE_BOOST ON)