Update dependencies
2 files changed, 5 insertions, 20 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 886beec6..c7f3a07f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,8 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "macos deployment target")
option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
include("cmake/HunterGate.cmake")
HunterGate(
- URL "https://github.com/cpp-pm/hunter/archive/v0.24.8.tar.gz"
- SHA1 "ca7838dded9a1811b04ffd56175f629e0af82d3d"
+ URL "https://github.com/cpp-pm/hunter/archive/v0.25.2.tar.gz"
+ SHA1 "560c000d5b6c972d41c2caf44f24189c868cc404"
LOCAL
)
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake
index 3f5f8ce4..30b1505d 100644
--- a/cmake/Hunter/config.cmake
+++ b/cmake/Hunter/config.cmake
@@ -1,28 +1,13 @@
hunter_config(
- lmdb
- VERSION 0.9.21-p2
-)
-
-hunter_config(
- OpenSSL
- VERSION 1.1.1j
-)
-
-hunter_config(
- Libevent
- VERSION 2.1.8-p4
-)
-
-hunter_config(
nlohmann_json
- VERSION 3.8.0
+ VERSION 3.11.1
CMAKE_ARGS JSON_MultipleHeaders=ON
)
if (WIN32)
hunter_config(
CURL
- VERSION 7.74.0-p2
+ VERSION 8.4.0
CMAKE_ARGS
CMAKE_USE_SCHANNEL=ON
BUILD_CURL_TESTS=OFF
@@ -34,7 +19,7 @@ if (WIN32)
else()
hunter_config(
CURL
- VERSION 7.74.0-p2
+ VERSION 8.4.0
CMAKE_ARGS
CMAKE_USE_SCHANNEL=OFF
BUILD_CURL_TESTS=OFF
|