Skip to content

Commit

Permalink
Update Hunter and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulshethsc committed Dec 7, 2020
1 parent 7afa6f3 commit 51d7525
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ cmake_minimum_required(VERSION 3.0)

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.286.tar.gz"
SHA1 "034be3fe1043ecf2f797295a4ff77526b8ea7b14"
LOCAL
)

Expand Down
3 changes: 3 additions & 0 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
hunter_config(ZLIB VERSION 1.2.8-p3
CMAKE_ARGS CMAKE_POSITION_INDEPENDENT_CODE=TRUE)

hunter_config(abseil-cpp VERSION 20200923.2)
hunter_config(Protobuf VERSION 3.14.0-4a09d77-p0)

0 comments on commit 51d7525

Please sign in to comment.