Skip to content

Commit

Permalink
update to latest hunter version to be able to build on Visual Studio …
Browse files Browse the repository at this point in the history
…2022 version 17.10
  • Loading branch information
zerotacg committed Jul 1, 2024
1 parent 99b67dc commit 18bf2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ IF(HUNTER_ENABLED)
cmake_minimum_required(VERSION 3.24)
INCLUDE("CMakeModules/HunterGate.cmake")
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz"
SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29"
URL "https://github.com/cpp-pm/hunter/archive/v0.25.6.tar.gz"
SHA1 "69e4a05bd514bb05cb2c5aa02ce8ac420516aaf7"
FILEPATH "${CMAKE_CURRENT_LIST_DIR}/CMakeModules/HunterConfig.cmake"
)

Expand Down

0 comments on commit 18bf2c4

Please sign in to comment.