Merge pull request #5984 from Icinga/fix/db-ido-static-libraries

Fix missing static libraries for DB IDO
This commit is contained in:
Michael Friedrich 2018-01-15 16:06:29 +01:00 committed by GitHub
commit f056b3fe80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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