Skip to content
Snippets Groups Projects
Verified Commit c2898623 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix the include path for lmdb from hunter

parent 0704b3cc
No related branches found
No related tags found
No related merge requests found
Pipeline #765 passed
......@@ -129,6 +129,9 @@ endif()
if(USE_BUNDLED_LMDB)
hunter_add_package(lmdb)
find_package(liblmdb CONFIG REQUIRED)
target_include_directories(liblmdb::lmdb INTERFACE
"${HUNTER_INSTALL_PREFIX}/include/lmdb")
else()
find_package(LMDB)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment