From 4faeae5c73d0151cff57facb28172318acda8231 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 29 Oct 2023 19:57:22 +0100 Subject: Update dependencies --- cmake/Hunter/config.cmake | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'cmake') 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 -- cgit 1.5.1