From b0c68d62201e4c0f4865dc590068ce70c996f756 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 30 Mar 2017 11:45:54 -0500 Subject: [PATCH] CMake: Default to not building examples --- cmake/setup_cached_variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index ecbfba4635..b97fd610b7 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." - ON + OFF ) MARK_AS_ADVANCED(DEAL_II_COMPILE_EXAMPLES) -- 2.39.5