Skip to content
Snippets Groups Projects
Commit 72330c52 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[CMake] move the cmakedefine for UMFPack to dune-common

The config.h entry for ENABLE_UMFPACK should be in the same
module as the test for UMFPack, to avoid future conflicts with
multiple modules running the test for umfpack.
parent d8ec10b4
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,9 @@
/* Define to 1 if initializer list is supported */
#cmakedefine HAVE_INITIALIZER_LIST 1
/* Define to if the UMFPack library is available */
#cmakedefine HAVE_UMFPACK ENABLE_UMFPACK
/* Include always useful headers */
#include <dune/common/deprecated.hh>
#include <dune/common/unused.hh>
......
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