From: Daniel Arndt Date: Wed, 6 Jan 2021 15:12:27 +0000 (-0500) Subject: Disable DEAL_II_EARLY_DEPRECATIONS by default X-Git-Tag: v9.3.0-rc1~638^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860a8b98254b1c5c6c08f3fea8e7d29c27f5a242;p=dealii.git Disable DEAL_II_EARLY_DEPRECATIONS by default --- 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