mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB
This commit is contained in:
parent
13ab7eb609
commit
04dfbb07ce
@ -20,7 +20,7 @@ option(ICINGA2_WITH_COMPAT "Build the compat module" ON)
|
|||||||
option(ICINGA2_WITH_LIVESTATUS "Build the Livestatus module" ON)
|
option(ICINGA2_WITH_LIVESTATUS "Build the Livestatus module" ON)
|
||||||
option(ICINGA2_WITH_NOTIFICATION "Build the notification module" ON)
|
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" ON)
|
||||||
option(ICINGA2_WITH_REDIS "Build the redis module" ON)
|
option(ICINGA2_WITH_ICINGADB "Build the IcingaDB module" ON)
|
||||||
option(ICINGA2_WITH_TESTS "Run unit tests" ON)
|
option(ICINGA2_WITH_TESTS "Run unit tests" ON)
|
||||||
|
|
||||||
option (USE_SYSTEMD
|
option (USE_SYSTEMD
|
||||||
|
@ -53,7 +53,7 @@ if(ICINGA2_WITH_PERFDATA)
|
|||||||
list(APPEND icinga_app_SOURCES $<TARGET_OBJECTS:perfdata>)
|
list(APPEND icinga_app_SOURCES $<TARGET_OBJECTS:perfdata>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ICINGA2_WITH_REDIS)
|
if(ICINGA2_WITH_ICINGADB)
|
||||||
list(APPEND icinga_app_SOURCES $<TARGET_OBJECTS:icingadb>)
|
list(APPEND icinga_app_SOURCES $<TARGET_OBJECTS:icingadb>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ if(ICINGA2_WITH_PERFDATA)
|
|||||||
add_subdirectory(perfdata)
|
add_subdirectory(perfdata)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ICINGA2_WITH_REDIS)
|
if(ICINGA2_WITH_ICINGADB)
|
||||||
add_subdirectory(icingadb)
|
add_subdirectory(icingadb)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user