mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #9704 from Icinga/windows-perf-off
Don't include perfdata writers on Windows
This commit is contained in:
commit
f47d7393c6
@ -28,7 +28,7 @@ option(ICINGA2_WITH_CHECKER "Build the checker module" ON)
|
||||
option(ICINGA2_WITH_COMPAT "Build the compat module" ${ICINGA2_MASTER})
|
||||
option(ICINGA2_WITH_LIVESTATUS "Build the Livestatus module" ${ICINGA2_MASTER})
|
||||
option(ICINGA2_WITH_NOTIFICATION "Build the notification module" ON)
|
||||
option(ICINGA2_WITH_PERFDATA "Build the perfdata module" ON)
|
||||
option(ICINGA2_WITH_PERFDATA "Build the perfdata module" ${ICINGA2_MASTER})
|
||||
option(ICINGA2_WITH_TESTS "Run unit tests" ON)
|
||||
option(ICINGA2_WITH_ICINGADB "Build the IcingaDB module" ${ICINGA2_MASTER})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user