Update dependencies

This commit is contained in:
Nicolas Werner 2023-10-29 19:57:22 +01:00
parent d4c0c2e945
commit 4faeae5c73
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 5 additions and 20 deletions

View file

@ -26,8 +26,8 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "macos deployment target")
option(HUNTER_ENABLED "Enable Hunter package manager" OFF) option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
include("cmake/HunterGate.cmake") include("cmake/HunterGate.cmake")
HunterGate( HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.24.8.tar.gz" URL "https://github.com/cpp-pm/hunter/archive/v0.25.2.tar.gz"
SHA1 "ca7838dded9a1811b04ffd56175f629e0af82d3d" SHA1 "560c000d5b6c972d41c2caf44f24189c868cc404"
LOCAL LOCAL
) )

View file

@ -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( hunter_config(
nlohmann_json nlohmann_json
VERSION 3.8.0 VERSION 3.11.1
CMAKE_ARGS JSON_MultipleHeaders=ON CMAKE_ARGS JSON_MultipleHeaders=ON
) )
if (WIN32) if (WIN32)
hunter_config( hunter_config(
CURL CURL
VERSION 7.74.0-p2 VERSION 8.4.0
CMAKE_ARGS CMAKE_ARGS
CMAKE_USE_SCHANNEL=ON CMAKE_USE_SCHANNEL=ON
BUILD_CURL_TESTS=OFF BUILD_CURL_TESTS=OFF
@ -34,7 +19,7 @@ if (WIN32)
else() else()
hunter_config( hunter_config(
CURL CURL
VERSION 7.74.0-p2 VERSION 8.4.0
CMAKE_ARGS CMAKE_ARGS
CMAKE_USE_SCHANNEL=OFF CMAKE_USE_SCHANNEL=OFF
BUILD_CURL_TESTS=OFF BUILD_CURL_TESTS=OFF