From: Matthias Maier Date: Wed, 5 Jun 2013 20:30:13 +0000 (+0000) Subject: CMake: Actually use PORD_LIBERARY in FindMUMPS.cmake, next try to fix issue 60... X-Git-Tag: v8.0.0~308 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac25c37c966333e6e603d9b72e14ad18dda24e29;p=dealii.git CMake: Actually use PORD_LIBERARY in FindMUMPS.cmake, next try to fix issue 60... git-svn-id: https://svn.dealii.org/trunk@29769 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/modules/FindMUMPS.cmake b/deal.II/cmake/modules/FindMUMPS.cmake index 1b44a1fd28..0a3299c541 100644 --- a/deal.II/cmake/modules/FindMUMPS.cmake +++ b/deal.II/cmake/modules/FindMUMPS.cmake @@ -89,6 +89,7 @@ IF(MUMPS_FOUND) SET(MUMPS_LIBRARIES ${DMUMPS_LIBRARY} ${MUMPS_COMMON_LIBRARY} + ${PORD_LIBRARY} ${SCALAPACK_LIBRARIES} ${MPI_CXX_LIBRARIES} # For good measure )