From 26c57601b31a37a1dcb70bd76e46f9892b5a5e8e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 Nov 2016 14:39:22 +0000 Subject: [PATCH] don't require metis for mumps --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6be4f668b..a925709487 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) -- GitLab