Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GraphBLAS: Use library as provided by CMake for dlopen and Co
Most UNIX-like systems provide `dlopen` and similar functions in a library named libdl. On some platforms (like NetBSD), these functions are not in a library. They can be used in any dynamically linked program instead: https://man.netbsd.org/dlopen.3 Other platforms (e.g., IBM AIX) provide these functions in a differently named library (e.g., libld). Use the name of the library containing `dlopen` and similar functions as provided by CMake.
- Loading branch information