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