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

fix mumps

parent 1119c141
No related branches found
No related tags found
No related merge requests found
...@@ -843,7 +843,7 @@ if(HAVE_SOLVER) ...@@ -843,7 +843,7 @@ if(HAVE_SOLVER)
endif(ENABLE_TAUCS) endif(ENABLE_TAUCS)
if(ENABLE_MUMPS) 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) if(NOT ENABLE_MPI)
list(APPEND MUMPS_LIBS_REQUIRED mpiseq) list(APPEND MUMPS_LIBS_REQUIRED mpiseq)
endif(NOT ENABLE_MPI) 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