From f6953d76eff180c3f12a357b21f7e9e5dee19a7a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 19 Apr 2014 10:45:50 +0200 Subject: [PATCH] Add OpenSSL libs to the Windows installer package. Refs #4865 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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() -- 2.49.0