|
|
@@ -29,8 +29,8 @@ option(HUNTER_ENABLED "Enable Hunter package manager support" OFF)
|
|
|
if(HUNTER_ENABLED)
|
|
|
include("cmake/misc/HunterGate.cmake")
|
|
|
HunterGate(
|
|
|
- URL "https://github.com/cpp-pm/hunter/archive/v0.23.300.tar.gz"
|
|
|
- SHA1 "1151d539465d9cdbc880ee30f794864aec11c448"
|
|
|
+ URL "https://github.com/cpp-pm/hunter/archive/v0.24.8.tar.gz"
|
|
|
+ SHA1 "ca7838dded9a1811b04ffd56175f629e0af82d3d"
|
|
|
)
|
|
|
endif()
|
|
|
|