Fix path for the OpenSSL DLLs

This commit is contained in:
Gunnar Beutner 2014-12-11 13:47:12 +01:00
parent 5324b99fd0
commit 622bb6f012
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ include(InstallRequiredSystemLibraries)
if(WIN32) if(WIN32)
install( install(
PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
${OPENSSL_INCLUDE_DIR}/../libeay32.dll ${OPENSSL_INCLUDE_DIR}/../ssleay32.dll ${OPENSSL_INCLUDE_DIR}/../bin/libeay32.dll ${OPENSSL_INCLUDE_DIR}/../bin/ssleay32.dll
DESTINATION ${CMAKE_INSTALL_SBINDIR} DESTINATION ${CMAKE_INSTALL_SBINDIR}
) )
endif() endif()