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:
parent
6ddc6c077b
commit
6af5c6070b
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user