Skip to content
Commit c23da1dd authored by Pierre Blanchard's avatar Pierre Blanchard Committed by Pierre Blanchard
Browse files

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.
parent 23c1ad72
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment