]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove BASE_LINKER_FLAGS
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 12 Feb 2025 13:20:23 +0000 (08:20 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 12 Feb 2025 13:21:42 +0000 (08:21 -0500)
cmake/setup_sanity_checks.cmake

index 16f7988834ca927eb1448f10b07f2a075d81f41e..7ce73e0f396770ebab31cf5951a2e9191f69f853 100644 (file)
@@ -46,10 +46,7 @@ foreach(build ${DEAL_II_BUILD_TYPES})
       "Unable to compile a simple test program. "
       "Trying to drop \"${_linker_flag}\" from the linker flags."
       )
-    foreach(_flags
-        DEAL_II_LINKER_FLAGS DEAL_II_LINKER_FLAGS_${build}
-        BASE_LINKER_FLAGS BASE_LINKER_FLAGS_${build}
-        )
+    foreach(_flags DEAL_II_LINKER_FLAGS DEAL_II_LINKER_FLAGS_${build})
       string(REPLACE "${_linker_flag}" "${_replacement_flag}"
         ${_flags} "${${_flags}}"
         )

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.