From 6390935b199d058a9e9273d1c0979131c2147748 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org>
Date: Mon, 8 Dec 2014 18:56:56 +0100
Subject: [PATCH] [CMake] Remove HAVE_PARMETIS from config.h.cmake

It belongs to dune-common's config.h.cmake. Otherwise
it cannot be shared with other modules using ParMETIS.
---
 config.h.cmake | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/config.h.cmake b/config.h.cmake
index b425205c1..e533d7f18 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -34,11 +34,6 @@
 /* Define to ENABLE_BOOST if the Boost library is available */
 #cmakedefine HAVE_BOOST ENABLE_BOOST
 
-/* Define to ENABLE_PARMETIS if you have the Parmetis library.
-   This is only true if MPI was found
-   by configure _and_ if the application uses the PARMETIS_CPPFLAGS */
-#cmakedefine HAVE_PARMETIS ENABLE_PARMETIS
-
 /* Define to ENABLE_SUPERLU if the SuperLU library is available */
 #cmakedefine HAVE_SUPERLU ENABLE_SUPERLU
 
-- 
GitLab