mirror of https://github.com/Icinga/icinga2.git
Don't include perfdata writers on Windows
Icinga DB, IDO and Livestatus are already not included.
This commit is contained in:
parent
260eb5c475
commit
5055d216a3
|
@ -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…
Reference in New Issue