mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #5984 from Icinga/fix/db-ido-static-libraries
Fix missing static libraries for DB IDO
This commit is contained in:
commit
f056b3fe80
@ -46,6 +46,10 @@ if(ICINGA2_WITH_COMPAT)
|
||||
add_whole_static_library(icinga-app compat)
|
||||
endif()
|
||||
|
||||
if(ICINGA2_WITH_MYSQL OR ICINGA2_WITH_PGSQL)
|
||||
add_whole_static_library(icinga-app db_ido)
|
||||
endif()
|
||||
|
||||
if(ICINGA2_WITH_MYSQL)
|
||||
add_whole_static_library(icinga-app db_ido_mysql)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user