]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add additional library names for UMFPACK to FindUMFPACK. 538/head
authorLukas Korous <lukas.korous@gmail.com>
Fri, 13 Feb 2015 14:12:08 +0000 (15:12 +0100)
committerLukas Korous <lukas.korous@gmail.com>
Fri, 13 Feb 2015 14:12:08 +0000 (15:12 +0100)
cmake/modules/FindUMFPACK.cmake

index ab976a381a844801742563416ee024895f1dd5db..88e439c14519df0efaa0b8c78401e365492509c1 100644 (file)
@@ -57,7 +57,7 @@ ENDMACRO()
 MACRO(FIND_UMFPACK_LIBRARY _comp _name)
   STRING(TOUPPER ${_comp} _comp_uppercase)
   DEAL_II_FIND_LIBRARY(${_comp}_LIBRARY
-    NAMES ${_name}
+    NAMES ${_name} lib${_name}
     HINTS
       ${${_comp_uppercase}_DIR}
       ${SUITESPARSE_DIR}/${_comp}

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.