Skip to content

Commit

Permalink
update hunter version
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 9, 2024
1 parent 4c7eeb4 commit d75787a
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.3.tar.gz"
SHA1 "0dfbc2cb5c4cf7e83533733bdfd2125ff96680cb"
URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz"
SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29"
FILEPATH "${CMAKE_CURRENT_LIST_DIR}/CMakeModules/HunterConfig.cmake"
)

Expand Down

0 comments on commit d75787a

Please sign in to comment.