opm-material: add HAVE_TYPE_TRAITS to config.h

dune has a compatibility layer for std::conditional and some versions
of it emit a deprecation warning if the HAVE_TYPE_TRAITS macro is
undefined:

http://opm-project.org/CDash/viewBuildError.php?type=1&buildid=41175
This commit is contained in:
Andreas Lauser 2015-07-29 14:14:25 +02:00
parent 6ddc6c077b
commit 6af5c6070b

View File

@ -4,6 +4,7 @@
# defines that must be present in config.h for our headers
set (opm-material_CONFIG_VAR
HAVE_MPI
HAVE_TYPE_TRAITS
HAVE_VALGRIND
HAVE_FINAL
)