X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=4baf76a1f1c4a46fe2f4d872fd4c07ef8a209035;hp=cb351652ea431160563b1c522ab6a66740655668;hb=e5a433c13efbd7831520787ceb707bda80f49de7;hpb=37643ad5af930908188fd34683d0ec3a8929f604 diff --git a/CMakeLists.txt b/CMakeLists.txt index cb351652..4baf76a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -302,7 +302,7 @@ if(WIN32) endif(MSVC) if(HAVE_SSL AND STATIC) find_package(OpenSSL REQUIRED) - link_libraries(${OPENSSL_LIBRARIES}) + link_libraries(${OPENSSL_LIBRARIES} ${OPENSSL_EAY_LIBRARIES}) endif(HAVE_SSL AND STATIC) endif(WIN32)