]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Update list of system libraries 1757/head
authorMatthias Maier <tamiko@43-1.org>
Wed, 14 Oct 2015 20:18:26 +0000 (15:18 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 15 Oct 2015 16:38:40 +0000 (11:38 -0500)
cmake/macros/macro_filter_system_libraries.cmake

index da32a2aed4cefde43f39e5e6006a82ecaa1c6ae7..c6b851f437b3e4fe20dd5b96e86e146f83ad1abd 100644 (file)
@@ -32,7 +32,7 @@ MACRO(FILTER_SYSTEM_LIBRARIES _feature)
       SET(_tmp_${_variable} ${${_variable}})
       SET(${_variable} "")
       FOREACH(_lib ${_tmp_${_variable}})
-        IF(_lib MATCHES "lib(c|quadmath|gfortran|m|rt|nsl|dl|pthread)\\.(a|so)$")
+        IF(_lib MATCHES "lib(bfd|c|dl|gfortran|iberty|m|nsl|opcodes|pthread|quadmath|rt)\\.(a|so)$")
           string(REGEX REPLACE ".*lib([a-z]+).so$" "\\1" _lib ${_lib})
         ENDIF()
         LIST(APPEND ${_variable} ${_lib})

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.