]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: do not export BOOST_CXX_FLAGS
authorMatthias Maier <tamiko@43-1.org>
Sat, 3 Dec 2022 03:39:10 +0000 (21:39 -0600)
committerMatthias Maier <tamiko@43-1.org>
Fri, 17 Mar 2023 12:44:53 +0000 (07:44 -0500)
cmake/configure/configure_20_boost.cmake

index 5a50c5add240ef7206e1b3cce4533f35ba07030c..a4acd21d361013d19f45cf00355a8ce1840d746e 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.