From: Gunnar Beutner Date: Sat, 19 Apr 2014 08:45:50 +0000 (+0200) Subject: Add OpenSSL libs to the Windows installer package. X-Git-Tag: v0.0.10~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6953d76eff180c3f12a357b21f7e9e5dee19a7a;p=icinga2 Add OpenSSL libs to the Windows installer package. Refs #4865 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 97306213a..298d8dc47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,7 @@ if(MSVC) install( PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} + C:\\openssl\\bin\\libeay32.dll C:\\openssl\\bin\\ssleay32.dll DESTINATION ${CMAKE_INSTALL_SBINDIR} ) endif()