From: Matthias Maier Date: Sat, 3 Dec 2022 03:39:10 +0000 (-0600) Subject: CMake: do not export BOOST_CXX_FLAGS X-Git-Tag: v9.5.0-rc1~446^2~19 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7752a5aaa86e3235a621431cd03f9b4657cd8a19;p=dealii.git CMake: do not export BOOST_CXX_FLAGS --- diff --git a/cmake/configure/configure_20_boost.cmake b/cmake/configure/configure_20_boost.cmake index 5a50c5add2..a4acd21d36 100644 --- a/cmake/configure/configure_20_boost.cmake +++ b/cmake/configure/configure_20_boost.cmake @@ -146,7 +146,10 @@ endmacro() macro(feature_boost_configure_external) - enable_if_supported(BOOST_CXX_FLAGS "-Wno-unused-local-typedefs") + # + # Avoid a number of warnings: + # + enable_if_supported(DEAL_II_CXX_FLAGS "-Wno-unused-local-typedefs") # # At least BOOST 1.74 has the problem that some of the BOOST headers