Skip to content

Commit 6656347

Browse files
fix naming of LMDB library
1 parent 8464623 commit 6656347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Database/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target_compile_options(Database PRIVATE
1111
target_include_directories(Database PRIVATE
1212
include)
1313
target_link_libraries(Database PRIVATE
14-
LMDB::CLMDB
14+
LMDB
1515
Core
1616
LLVMSupport)
1717
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)

0 commit comments

Comments
 (0)