X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=ee39a485cae2e2fc7b7be5ed3689fced6320b48e;hp=e5a6f44f0626272d1a5910cb9e4a16a88776747c;hb=166da47745dc4e776ef4d77674ea5245da141d8b;hpb=be8488a1fe20fd121d9c54dc52b24966a3432740 diff --git a/CMakeLists.txt b/CMakeLists.txt index e5a6f44f..ee39a485 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,7 @@ endif(DEFINED STATIC) if(STATICWIN AND WIN32) link_libraries(imm32 winmm) # missing by default :/ if(OPENSSL_FOUND) - link_libraries(${OPENSSL_LIBRARIES}) # not sure if we need it in here + link_libraries(${OPENSSL_LIBRARIES} libeay32MD) endif(OPENSSL_FOUND) endif(STATICWIN AND WIN32)