From: Gunnar Beutner Date: Thu, 11 Dec 2014 12:47:12 +0000 (+0100) Subject: Fix path for the OpenSSL DLLs X-Git-Tag: v2.3.0~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=622bb6f012339d27abfcd1e5f90fca75c860eb60;p=icinga2 Fix path for the OpenSSL DLLs --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bb4a81261..93358fc57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()