Skip to content

Commit 17c0634

Browse files
committed
build: wire in LMDB for IndexStoreDB dependency
This adjusts the build configuration to allow the shared LMDB library build to be wired into the build.
1 parent 1cd010d commit 17c0634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_compile_options("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-upcoming-feature
1717
find_package(dispatch QUIET)
1818
find_package(Foundation QUIET)
1919
find_package(TSC QUIET)
20+
find_package(LMDB QUIET)
2021
find_package(IndexStoreDB QUIET)
2122
find_package(SwiftPM QUIET)
2223
find_package(LLBuild QUIET)

0 commit comments

Comments
 (0)