We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afa6f3 commit 51d7525Copy full SHA for 51d7525
2 files changed
CMakeLists.txt
@@ -25,8 +25,8 @@ cmake_minimum_required(VERSION 3.0)
25
26
include(cmake/HunterGate.cmake)
27
HunterGate(
28
- URL "https://github.com/cpp-pm/hunter/archive/v0.23.264.tar.gz"
29
- SHA1 "45ab668f0923fc3ace807a34d971e34ce7428dfd"
+ URL "https://github.com/cpp-pm/hunter/archive/v0.23.286.tar.gz"
+ SHA1 "034be3fe1043ecf2f797295a4ff77526b8ea7b14"
30
LOCAL
31
)
32
cmake/Hunter/config.cmake
@@ -1,2 +1,5 @@
1
hunter_config(ZLIB VERSION 1.2.8-p3
2
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