Skip to content

Commit

Permalink
hunter updated to v0.23.265
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin committed Aug 19, 2020
1 parent 7ba87e0 commit 3acd554
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 @@ -7,8 +7,8 @@ option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
if(HUNTER_ENABLED)
include(cmake/HunterGate.cmake)
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.23.264.tar.gz"
SHA1 "45ab668f0923fc3ace807a34d971e34ce7428dfd"
URL "https://github.com/cpp-pm/hunter/archive/v0.23.265.tar.gz"
SHA1 "eae0bb5b7b8aa968e0ff87ec51be51b4255db110"
)
endif()

Expand Down

0 comments on commit 3acd554

Please sign in to comment.