mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add HAVE_CXA_DEMANGE config.h variable to Finddune-common.cmake
This will make Dune::classname usable on Dune master. (the 2.2 release should be fine even without it.)
This commit is contained in:
parent
b5c27dbe7d
commit
00344dc20f
@ -19,6 +19,7 @@ find_opm_package (
|
||||
"CXX11Features REQUIRED;
|
||||
BLAS REQUIRED;
|
||||
LAPACK REQUIRED;
|
||||
CxaDemangle;
|
||||
MPI
|
||||
"
|
||||
# header to search for
|
||||
@ -57,7 +58,8 @@ int main (void) {
|
||||
HAVE_SHARED_PTR;
|
||||
HAVE_TYPE_TRAITS;
|
||||
HAVE_TR1_TUPLE;
|
||||
HAVE_TUPLE
|
||||
HAVE_TUPLE;
|
||||
HAVE_CXA_DEMANGLE
|
||||
")
|
||||
#debug_find_vars ("dune-common")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user