Fix static link with openssl
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
Please register or sign in to comment