X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fexamples%2FCMakeLists.txt;h=6e989b328372802e16000eab3ccee33c067114a7;hb=9f494b26ae4e5de45b4c2119a10de67ac0beeedf;hp=4c13ea58cba12669eecf66deb5060781fc78b058;hpb=201c5026430f9bcc33f9db6a39f5d03db096c860;p=cpPlugins.git diff --git a/appli/examples/CMakeLists.txt b/appli/examples/CMakeLists.txt index 4c13ea5..6e989b3 100644 --- a/appli/examples/CMakeLists.txt +++ b/appli/examples/CMakeLists.txt @@ -1,10 +1,7 @@ -## ============= -## == Options == -## ============= OPTION(BUILD_EXAMPLES "Build examples" OFF) IF(BUILD_EXAMPLES) - SUBDIRS(extensions plugins) + SUBDIRS(plugins) ENDIF(BUILD_EXAMPLES) ## eof - $RCSfile$