From: Matthias Maier Date: Fri, 10 Mar 2017 16:49:08 +0000 (-0600) Subject: CMake: Enable example compilation by default X-Git-Tag: v8.5.0-rc1~41^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a676a7576a4af485c806b604771cf82d4db9d4ad;p=dealii.git CMake: Enable example compilation by default --- diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index 276a219c80..36dfdfc46c 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -348,7 +348,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." - OFF + ON ) MARK_AS_ADVANCED(DEAL_II_COMPILE_EXAMPLES)