mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
eWoms: silence an annoying bogous deprecation warning on Dune 2.4
This commit is contained in:
parent
fa04799855
commit
50ec899a3d
@ -1,10 +1,15 @@
|
|||||||
# -*- mode: cmake; tab-width: 2; indent-tabs-mode: t; truncate-lines: t; compile-command: "cmake -Wdev" -*-
|
# -*- mode: cmake; tab-width: 2; indent-tabs-mode: t; truncate-lines: t; compile-command: "cmake -Wdev" -*-
|
||||||
# vim: set filetype=cmake autoindent tabstop=2 shiftwidth=2 noexpandtab softtabstop=2 nowrap:
|
# vim: set filetype=cmake autoindent tabstop=2 shiftwidth=2 noexpandtab softtabstop=2 nowrap:
|
||||||
|
|
||||||
|
# this avoids an annoying deprecation warning on DUNE 2.4 (which we
|
||||||
|
# are not interested in anyway)
|
||||||
|
set(DUNE_AVOID_CAPABILITIES_IS_PARALLEL_DEPRECATION_WARNING 1)
|
||||||
|
|
||||||
# defines that must be present in config.h for our headers
|
# defines that must be present in config.h for our headers
|
||||||
set (ewoms_CONFIG_VAR
|
set (ewoms_CONFIG_VAR
|
||||||
HAVE_QUAD
|
HAVE_QUAD
|
||||||
HAVE_VALGRIND
|
HAVE_VALGRIND
|
||||||
|
DUNE_AVOID_CAPABILITIES_IS_PARALLEL_DEPRECATION_WARNING
|
||||||
)
|
)
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user