From: Guido Kanschat Date: Tue, 26 Feb 2013 13:45:41 +0000 (+0000) Subject: Bugfix: Find UMFPACK on Ubuntu X-Git-Tag: v8.0.0~1079^2~118 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f64d4dba87168a70bf82bcd02a330bf76e3e231;p=dealii.git Bugfix: Find UMFPACK on Ubuntu git-svn-id: https://svn.dealii.org/branches/branch_cmake@28574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/modules/FindUMFPACK.cmake b/deal.II/cmake/modules/FindUMFPACK.cmake index 755e0efcef..3fbff98975 100644 --- a/deal.II/cmake/modules/FindUMFPACK.cmake +++ b/deal.II/cmake/modules/FindUMFPACK.cmake @@ -51,7 +51,7 @@ MACRO(FIND_UMFPACK_PATH _comp _file) ${UMFPACK_DIR}/${_comp} ${UMFPACK_DIR} PATH_SUFFIXES - ${_comp_lowercase} include/${_comp_lowercase} include Include ${_comp}/Include + ${_comp_lowercase} include/${_comp_lowercase} include Include ${_comp}/Include suitesparse ) ENDMACRO()