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

don't require metis for mumps

parent fbe5e2f5
No related branches found
No related tags found
No related merge requests found
......@@ -916,7 +916,7 @@ if(HAVE_SOLVER)
endif(ENABLE_TAUCS)
if(ENABLE_MUMPS)
set(MUMPS_LIBS_REQUIRED smumps dmumps cmumps zmumps mumps_common pord metis)
set(MUMPS_LIBS_REQUIRED smumps dmumps cmumps zmumps mumps_common pord)
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