mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-18 18:19:13 -05:00
Merge pull request #9705 from Icinga/windows-doc-off
On Windows don't ship docs and images
This commit is contained in:
commit
3276cc9412
1 changed files with 4 additions and 1 deletions
|
|
@ -475,11 +475,14 @@ add_subdirectory(lib)
|
|||
add_subdirectory(icinga-app)
|
||||
add_subdirectory(etc)
|
||||
add_subdirectory(itl)
|
||||
add_subdirectory(doc)
|
||||
add_subdirectory(agent)
|
||||
add_subdirectory(plugins)
|
||||
add_subdirectory(choco)
|
||||
|
||||
if(NOT WIN32)
|
||||
add_subdirectory(doc)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_subdirectory(icinga-installer)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue