diff --git a/CMakeLists.txt b/CMakeLists.txt index c6be4f668bf79eba0d7f85797c98f759c583b948..a925709487cb3b090ead53ac4252127503c9855a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)