Skip to content
Snippets Groups Projects
config.h.cmake 1.15 KiB
Newer Older
// This file is part of the dune-gdt project:
//   https://github.com/dune-community/dune-gdt
René Fritze's avatar
René Fritze committed
// Copyright 2010-2018 dune-gdt developers and contributors. All rights reserved.
// License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
//      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
//          with "runtime exception" (http://www.dune-project.org/license.html)
// Authors:
//   Felix Schindler (2017)
René Fritze's avatar
René Fritze committed
//   Rene Milk       (2016 - 2018)

/* begin dune-gdt */
// NEVER delete/alter above comment, dune's cmake relies on it

/* Define to the version of dune-gdt */
#define DUNE_GDT_VERSION ${DUNE_GDT_VERSION}

/* Define to the major version of dune-gdt */
#define DUNE_GDT_VERSION_MAJOR ${DUNE_GDT_VERSION_MAJOR}

/* Define to the minor version of dune-gdt */
#define DUNE_GDT_VERSION_MINOR ${DUNE_GDT_VERSION_MINOR}

/* Define to the revision of dune-gdt */
#define DUNE_GDT_VERSION_REVISION ${DUNE_GDT_VERSION_REVISION}

// alberta and lpsolve both define a clashing get_max_level
#if HAVE_LPSOLVE && HAVE_ALBERTA
#undef HAVE_LPSOLVE
#endif
/* end dune-gdt */
// NEVER delete/alter above comment, dune's cmake relies on it