From de9178763d3ea69ba3c7fd62e331bf2e855f8aef Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.r.kempf@gmail.com> Date: Wed, 30 Oct 2013 11:31:54 +0100 Subject: [PATCH] [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. --- config.h.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index 5c460704..d7894dc2 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -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 -- GitLab