]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: bugfix: reset CMAKE_REQUIRED_* variables prior to detecting CXX features 18250/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 14 Mar 2025 22:19:31 +0000 (17:19 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 14 Mar 2025 22:19:31 +0000 (17:19 -0500)
cmake/checks/check_01_cxx_features.cmake

index 9b0a65c38c29b43380fe89699bf19f1b66462e11..30e60ef846fde9a0d4a3df67a99a46335398c34d 100644 (file)
@@ -36,7 +36,6 @@
 #                                                                      #
 ########################################################################
 
-
 #
 # We need compiler flags specified in ${DEAL_II_CXX_FLAGS} for all the
 # tests. Create a small macro to easily set CMAKE_REQUIRED_FLAGS
@@ -413,6 +412,12 @@ else()
   enable_if_supported(_werror_flag "-Werror")
   enable_if_supported(_werror_flag "-Wno-unused-command-line-argument")
 endif()
+
+#
+# We need to reset CMAKE_REQUIRED_* variables again after the above call to
+# enable_if_supported()
+#
+_set_up_cmake_required()
 add_flags(CMAKE_REQUIRED_FLAGS "${_werror_flag}")
 
 unset_if_changed(CHECK_CXX_FEATURES_FLAGS_SAVED

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.