Update dependencies

pull/1614/head
Nicolas Werner 1 year ago
parent d4c0c2e945
commit 4faeae5c73
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      CMakeLists.txt
  2. 21
      cmake/Hunter/config.cmake

@ -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
)

@ -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

Loading…
Cancel
Save