From b7ccce9d834a5bc7aa03348092fe95f41c65e006 Mon Sep 17 00:00:00 2001 From: Rune Darrud Date: Mon, 14 Mar 2016 20:44:58 +0100 Subject: [PATCH] Add the Icinga2SetupAgent.exe.config to Windows installer fixes #10624 --- agent/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt index 3eecc7548..8d1fba821 100644 --- a/agent/CMakeLists.txt +++ b/agent/CMakeLists.txt @@ -24,7 +24,7 @@ if(MSVC) ) install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe + FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe.config DESTINATION ${CMAKE_INSTALL_SBINDIR} ) endif()