summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-07 02:18:41 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-07 02:18:41 +0100
commitd5e578d0e4dadee15cdb2f8dfd3d0d031a94c883 (patch)
tree0867f729814b277133ff4af29ef64ae54f7bebb3
parentAdd config option to disable tls validation (diff)
downloadnheko-d5e578d0e4dadee15cdb2f8dfd3d0d031a94c883.tar.xz
Fix missing include for FetchContent
fixes #511
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 8d31ee05..afc76f73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -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"