Skip to content
Snippets Groups Projects
Commit 75e7e4d2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix mumps

parent 1119c141
Branches
Tags
No related merge requests found
......@@ -843,7 +843,7 @@ if(HAVE_SOLVER)
endif(ENABLE_TAUCS)
if(ENABLE_MUMPS)
set(MUMPS_LIBS_REQUIRED mumps_common metis pord smumps dmumps cmumps zmumps)
set(MUMPS_LIBS_REQUIRED smumps dmumps cmumps zmumps mumps_common pord metis)
if(NOT ENABLE_MPI)
list(APPEND MUMPS_LIBS_REQUIRED mpiseq)
endif(NOT ENABLE_MPI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment