Add OpenSSL libs to the Windows installer package.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-19 10:45:50 +02:00
parent 0bb5b6f584
commit f6953d76ef

View File

@ -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()