Skip to content
Snippets Groups Projects
Verified Commit 32ad5474 authored by René Fritze's avatar René Fritze
Browse files

[cmake] add config.h generation

parent e482d1f6
No related branches found
No related tags found
No related merge requests found
// This file is part of the dune-gdt project:
// https://github.com/dune-community/dune-gdt
// The copyright lies with the authors of this file (see below).
// 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:
// Rene Milk (2016)
/* begin dune-gdt */
// NEVER delete/alter above comment, dune's cmake relies on it
/* Define to the version of dune-xt-common */
#define DUNE_GDT_VERSION ${DUNE_GDT_VERSION}
/* Define to the major version of dune-xt-common */
#define DUNE_GDT_VERSION_MAJOR ${DUNE_GDT_VERSION_MAJOR}
/* Define to the minor version of dune-xt-common */
#define DUNE_GDT_VERSION_MINOR ${DUNE_GDT_VERSION_MINOR}
/* Define to the revision of dune-xt-common */
#define DUNE_GDT_VERSION_REVISION ${DUNE_GDT_VERSION_REVISION}
#ifndef DUNE_AVOID_SGRID_DEPRE_WARNING_BECAUSE_I_KNOW_WHAT_IM_DOING
#define DUNE_AVOID_SGRID_DEPRE_WARNING_BECAUSE_I_KNOW_WHAT_IM_DOING 1
#endif
/* end dune-gdt */
// NEVER delete/alter above comment, dune's cmake relies on it
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