Skip to content

Commit 51d7525

Browse files
committed
Update Hunter and dependency versions
1 parent 7afa6f3 commit 51d7525

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ cmake_minimum_required(VERSION 3.0)
2525

2626
include(cmake/HunterGate.cmake)
2727
HunterGate(
28-
URL "https://github.com/cpp-pm/hunter/archive/v0.23.264.tar.gz"
29-
SHA1 "45ab668f0923fc3ace807a34d971e34ce7428dfd"
28+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.286.tar.gz"
29+
SHA1 "034be3fe1043ecf2f797295a4ff77526b8ea7b14"
3030
LOCAL
3131
)
3232

cmake/Hunter/config.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
hunter_config(ZLIB VERSION 1.2.8-p3
22
CMAKE_ARGS CMAKE_POSITION_INDEPENDENT_CODE=TRUE)
3+
4+
hunter_config(abseil-cpp VERSION 20200923.2)
5+
hunter_config(Protobuf VERSION 3.14.0-4a09d77-p0)

0 commit comments

Comments
 (0)