From: Lukas Korous Date: Fri, 13 Feb 2015 14:12:08 +0000 (+0100) Subject: Add additional library names for UMFPACK to FindUMFPACK. X-Git-Tag: v8.3.0-rc1~469^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F538%2Fhead;p=dealii.git Add additional library names for UMFPACK to FindUMFPACK. --- diff --git a/cmake/modules/FindUMFPACK.cmake b/cmake/modules/FindUMFPACK.cmake index ab976a381a..88e439c145 100644 --- a/cmake/modules/FindUMFPACK.cmake +++ b/cmake/modules/FindUMFPACK.cmake @@ -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}