From c9aa9280ec0744edc8b2bd53ffea6be3bc8b003a Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 5 Apr 2011 10:11:53 +0000 Subject: [PATCH] Comment --- CMakeLists.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2488fce..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) + #----------------------------------------------------------------------------- -- 2.45.1