Skip to content
Snippets Groups Projects
Commit de917876 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 2cc1d472
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,6 @@
/* Define to ENABLE_SUPERLU if the SuperLU library is available */
#cmakedefine HAVE_SUPERLU ENABLE_SUPERLU
/* Define to if the UMFPack library is available */
#cmakedefine HAVE_UMFPACK ENABLE_UMFPACK
/* define to 1 because older versions of SuperLU are no longer supported*/
#define SUPERLU_POST_2005_VERSION 1
......
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