From 6c08cf64a4aef8c641cef8b55c57cf63b6ce7888 Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Mon, 16 Jul 2012 19:51:20 +0000 Subject: [PATCH] Corrected enable trick. [[Imported from SVN: r1654]] --- config.h.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index 33e07c06..8ea26e8a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -32,12 +32,12 @@ #cmakedefine HAVE_BOOST_FUSION /* Define to ENABLE_BOOST if the Boost library is available */ -#define HAVE_BOOST ENABLE_BOOST +#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 */ -#define HAVE_PARMETIS ENABLE_PARMETIS +#cmakedefine HAVE_PARMETIS ENABLE_PARMETIS /* Define to ENABLE_SUPERLU if the SuperLU library is available */ #cmakedefine HAVE_SUPERLU ENABLE_SUPERLU -- GitLab