From 860a8b98254b1c5c6c08f3fea8e7d29c27f5a242 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 6 Jan 2021 10:12:27 -0500 Subject: [PATCH] Disable DEAL_II_EARLY_DEPRECATIONS by default --- 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 dd3f710600..d783ef2e65 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -167,7 +167,7 @@ MARK_AS_ADVANCED(DEAL_II_UNITY_BUILD) OPTION(DEAL_II_EARLY_DEPRECATIONS "Enable deprecation warnings for features deprecated since the last release." - ON) + OFF) MARK_AS_ADVANCED(DEAL_II_EARLY_DEPRECATIONS) SET(BUILD_SHARED_LIBS "ON" CACHE BOOL -- 2.39.5