]> Creatis software - bbtk.git/commitdiff
Comment
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 5 Apr 2011 10:11:53 +0000 (10:11 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 5 Apr 2011 10:11:53 +0000 (10:11 +0000)
CMakeLists.txt

index 2488fce8d017901834b3cbe04a2ea94fb0e1ba48..2b11de5d57e4b0849f5a62d29250b3bf4ebee33a 100644 (file)
@@ -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)
+
 #-----------------------------------------------------------------------------