mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue