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

Fix missing include for FetchContent

fixes #511
parent 47e97d49
No related branches found
No related tags found
No related merge requests found
Pipeline #803 passed
......@@ -418,6 +418,7 @@ set_package_properties(nlohmann_json PROPERTIES
)
if(USE_BUNDLED_LMDBXX)
include(FetchContent)
FetchContent_Declare(
lmdbxx
URL "https://raw.githubusercontent.com/hoytech/lmdbxx/1.0.0/lmdb++.h"
......
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