Don't include perfdata writers on Windows

Icinga DB, IDO and Livestatus are already not included.
This commit is contained in:
Alexander A. Klimov 2023-02-22 17:51:30 +01:00
parent 260eb5c475
commit 5055d216a3
1 changed files with 1 additions and 1 deletions

View File

@ -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})