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:
Andreas Lauser 2013-08-13 15:54:04 +02:00 committed by Andreas Lauser
parent 8c2d544581
commit d57f97b78d

View File

@ -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")