Skip to content

Commit

Permalink
fix naming of LMDB library
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbastien committed Nov 13, 2024
1 parent 8464623 commit 6656347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Database/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ target_compile_options(Database PRIVATE
target_include_directories(Database PRIVATE
include)
target_link_libraries(Database PRIVATE
LMDB::CLMDB
LMDB
Core
LLVMSupport)
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
Expand Down

0 comments on commit 6656347

Please sign in to comment.