use bdb by default

This commit is contained in:
Hongze Cheng 2021-12-06 20:42:14 +08:00
parent 2fdc55c29e
commit 3df6971514
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
set(META_DB_IMPL_LIST "BDB" "SQLITE")
set(META_DB_IMPL "SQLITE" CACHE STRING "Use BDB as the default META implementation")
set(META_DB_IMPL "BDB" CACHE STRING "Use BDB as the default META implementation")
set_property(CACHE META_DB_IMPL PROPERTY STRINGS ${META_DB_IMPL_LIST})
if(META_DB_IMPL IN_LIST META_DB_IMPL_LIST)