mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 13:14:32 +02:00
Build fix for Linux
This commit is contained in:
parent
42852108a3
commit
954debf235
@ -32,12 +32,12 @@ endif()
|
|||||||
if(MSVC)
|
if(MSVC)
|
||||||
include_external_msproject(
|
include_external_msproject(
|
||||||
icinga2setupagent
|
icinga2setupagent
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj
|
${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/Icinga2SetupAgent.csproj
|
||||||
TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
|
TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe
|
FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe
|
||||||
DESTINATION ${CMAKE_INSTALL_SBINDIR}
|
DESTINATION ${CMAKE_INSTALL_SBINDIR}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
Loading…
x
Reference in New Issue
Block a user