]> granicus.if.org Git - icinga2/commitdiff
Fix path for the OpenSSL DLLs
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 11 Dec 2014 12:47:12 +0000 (13:47 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 11 Dec 2014 12:47:12 +0000 (13:47 +0100)
CMakeLists.txt

index bb4a8126111be77e97734d20e4ad106a5ab8bbf0..93358fc5750aaf9402bb0a9d3a187d763d8f2c8f 100644 (file)
@@ -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()