From: Manuel Nickschas Date: Wed, 11 Jun 2008 09:22:44 +0000 (+0200) Subject: FindOpenSSL.cmake fails on Win32 -_- X-Git-Tag: 0.3.0~371^2~5 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=166da47745dc4e776ef4d77674ea5245da141d8b;hp=be8488a1fe20fd121d9c54dc52b24966a3432740;ds=sidebyside FindOpenSSL.cmake fails on Win32 -_- --- 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)