Bump hunter version

This commit is contained in:
Nicolas Werner 2026-02-08 22:50:41 +01:00
parent c17734c7a0
commit ee5fbe2927
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -25,8 +25,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.26.1.tar.gz" URL "https://github.com/cpp-pm/hunter/archive/v0.26.6.tar.gz"
SHA1 "e41ac7a18c49b35ebac99ff2b5244317b2638a65" SHA1 "e70c29f878f5d5f5cdf1b9ccd628fb872e8624a8"
LOCAL LOCAL
) )