Remove cxa demangle cmake check

Summary

Remove cxa demangle cmake check, replaced by simple __has_include preprocessor check

Details

If the header <cxxabi.h> is available, the macro HAVE_CXA_DEMANGLE is defined. Instead of have a cmake test, just test für this header in the code.

Edited by Simon Praetorius

Merge request reports

Loading