From 342e669175c71a6ef88134a23202787f106ba82e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 18 Apr 2014 12:46:11 +0200 Subject: [PATCH] Fix project type for the Icinga2SetupAgent project. Refs #4865 --- tools/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 8e2d615f5..8504992cd 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -41,7 +41,11 @@ if(UNIX OR CYGWIN) endif() if(MSVC) - include_external_msproject(icinga2setupagent ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj) + include_external_msproject( + icinga2setupagent + ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj + TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC + ) install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/bin/${CMAKE_BUILD_TYPE}/Icinga2SetupAgent.exe