]> the.earth.li Git - onak.git/commit
Add CMake checking for Berkeley DB
authorJonathan McDowell <noodles@earth.li>
Fri, 8 Sep 2023 13:52:56 +0000 (14:52 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 8 Sep 2023 13:52:56 +0000 (14:52 +0100)
commitf281cecfca0f0482461b36b09d077bb39578593d
treef8f320604e6f90c5a7378c9494f0f9f9b301dfe1
parent2e77e7eed424e3e65d86383ff2c545995ea30d14
Add CMake checking for Berkeley DB

Rather than hard coding the fact we build in Berkeley DB support,
actually check for the existence of the library and only build it if we
find it.
cmake/FindBDB.cmake [new file with mode: 0644]
keydb/CMakeLists.txt