X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=2b11de5d57e4b0849f5a62d29250b3bf4ebee33a;hb=7851772d9bc5f7357a20ac34159825ae01b04be9;hp=0989effa34f3322a9ccfe75e49827f02d644d0bb;hpb=2c81d418a3e17c2b3de7a88659738ab73f75df3c;p=bbtk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0989eff..2b11de5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,9 +43,15 @@ ADD_SUBDIRECTORY(packages) #----------------------------------------------------------------------------- # The samples -#OPTION(BUILD_BBTK_SAMPLES "Build bbtk samples" OFF) -#IF(BUILD_BBTK_SAMPLES) -# ADD_SUBDIRECTORY(samples) -#ENDIF(BUILD_BBTK_SAMPLES) + +# WARNING +# Install the creaTools first +# then build the 'samples' as a separate project + +# OPTION(BUILD_BBTK_SAMPLES "Build bbtk samples" OFF) +# IF(BUILD_BBTK_SAMPLES) +# ADD_SUBDIRECTORY(samples) +# ENDIF(BUILD_BBTK_SAMPLES) + #-----------------------------------------------------------------------------