Skip to content
Snippets Groups Projects
Commit cc0d6188 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

added dummy version.hh, now one can at least check whether versioning is

supported or not by checking for DUNE_VERSION_HH defined or not.


[[Imported from SVN: r5332]]
parent 976d6dc3
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ commoninclude_HEADERS = dlist.cc alignment.hh \
collectivecommunication.hh mpihelper.hh singleton.hh \
mpicollectivecommunication.hh geometrytype.hh utility.hh \
bartonnackmanifcheck.hh binaryfunctions.hh lru.hh fassign.hh \
static_assert.hh
static_assert.hh version.hh
if EXPRESSIONTEMPLATES
commoninclude_HEADERS += exprtmpl.hh exprtmpl/scalar.inc exprtmpl/exprexpr.inc
......
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
// versioning is not supported in this release
// therefore DUNE_VERSION_HH will not be defined
// but header can be included for consistency
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