summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-03 02:20:53 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-03 02:50:00 +0100
commit0704b3cc8453a21e02ccd41bb29cc8b9b0f8ddaf (patch)
tree70efc403bc67bf4d4c94fcf4d5ce66de992c7c6c
parentAdd comment to mark db keys as such (diff)
downloadnheko-0704b3cc8453a21e02ccd41bb29cc8b9b0f8ddaf.tar.xz
Download single file for lmdb++.hpp
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 3ed9be5d..577681f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -419,8 +419,8 @@ set_package_properties(nlohmann_json PROPERTIES if(USE_BUNDLED_LMDBXX) FetchContent_Declare( lmdbxx - GIT_REPOSITORY https://github.com/hoytech/lmdbxx.git - GIT_TAG 1.0.0 + URL "https://raw.githubusercontent.com/hoytech/lmdbxx/1.0.0/lmdb++.h" + DOWNLOAD_NO_EXTRACT TRUE ) if(NOT lmdbxx_POPULATED) FetchContent_Populate(lmdbxx)