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