mirror of https://github.com/Icinga/icinga2.git
Fix path for the OpenSSL DLLs
This commit is contained in:
parent
5324b99fd0
commit
622bb6f012
|
@ -203,7 +203,7 @@ include(InstallRequiredSystemLibraries)
|
|||
if(WIN32)
|
||||
install(
|
||||
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}
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue