Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: replace check_library_exists by check_cxx_symbol_exists
As per https://gitlab.kitware.com/cmake/cmake/-/issues/18121, check_library_exists cannot not determine the availability of a symbol in a static library. Switch to check_cxx_symbol_exists to avoid incorrectly detecting the presence of dbghelp.
- Loading branch information