]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CMakeLists.txt
...
[FrontAlgorithms.git] / appli / CMakeLists.txt
index 6d67748de1731258f04adda36a3a534e1e484bda..a5a20280dde5e0987ece1f7fb973e8e505b5fbe8 100644 (file)
@@ -1,8 +1,6 @@
+OPTION(BUILD_EXAMPLES "Build simple examples" OFF)
 IF(BUILD_EXAMPLES)
-  SUBDIRS(
-    examples
-    ## fpaLab
-    )
+  SUBDIRS(examples)
 ENDIF(BUILD_EXAMPLES)
 
 ## eof - $RCSfile$