From: kanschat Date: Tue, 26 Feb 2013 13:45:41 +0000 (+0000) Subject: Bugfix: Find UMFPACK on Ubuntu X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a655e8113dd4a8c1c882db88e230e88e1c7afaf5;p=dealii-svn.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()