Skip to content
Snippets Groups Projects
Commit 6390935b authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[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.
parent fa6d183d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment