Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent versions of cmake stopped linking with -ldl implicitely, which may be required when linking statically with openssl. However this can still be done using find_package(OpenSSL) by setting OPENSSL_USE_STATIC_LIBS to TRUE.
- Loading branch information