From: Matthias Maier Date: Sat, 25 May 2019 07:11:11 +0000 (-0500) Subject: CMake: Disable default compilation of examples X-Git-Tag: v9.1.1~2^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b2129e77b0bfa75252a9f6856ba8e0c12f13b2;p=dealii.git CMake: Disable default compilation of examples --- diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index d8e6ecc33d..73aab8721b 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -386,7 +386,7 @@ MARK_AS_ADVANCED(DEAL_II_DOXYGEN_USE_MATHJAX) OPTION(DEAL_II_COMPILE_EXAMPLES "If set to ON, all configurable example executables will be built and installed as well. If set to OFF, the examples component only installs the source code of example steps." - ON + OFF ) MARK_AS_ADVANCED(DEAL_II_COMPILE_EXAMPLES)