X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCMakeLists.txt;h=a5a20280dde5e0987ece1f7fb973e8e505b5fbe8;hb=114ae3f9068744bf299bc74d4b26e726aaf3d290;hp=61d2cd0328ceeecb594c40e83e1d405a4e6b0c83;hpb=b70a564ee2d7bc180b77a05c37ab431ab9c393e7;p=FrontAlgorithms.git diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 61d2cd0..a5a2028 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,7 +1,6 @@ +OPTION(BUILD_EXAMPLES "Build simple examples" OFF) IF(BUILD_EXAMPLES) - SUBDIRS( - examples - ) + SUBDIRS(examples) ENDIF(BUILD_EXAMPLES) ## eof - $RCSfile$