Remove cxa demangle cmake check, replaced by simple __has_include preprocessor check
__has_include
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.
<cxxabi.h>
HAVE_CXA_DEMANGLE