Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-gdt
Commits
32ad5474
Verified
Commit
32ad5474
authored
8 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] add config.h generation
parent
e482d1f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.h.cmake
+30
-0
30 additions, 0 deletions
config.h.cmake
with
30 additions
and
0 deletions
config.h.cmake
0 → 100644
+
30
−
0
View file @
32ad5474
// 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment