Skip to content

Commit

Permalink
Update 'gRPC' to v1.43.2 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalhammer committed Feb 9, 2022
1 parent 7e9681c commit 7e00a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ hunter_default_version(folly VERSION 2018.10.22.00-p4)
hunter_default_version(freetype VERSION 2.10.4-p0)
hunter_default_version(freetype-gl VERSION 0.0.0-1a8c007-p0)
hunter_default_version(frugally-deep VERSION 0.2.2-p0)
hunter_default_version(gRPC VERSION 1.34.0-p0)
hunter_default_version(gRPC VERSION 1.43.2-p0)
hunter_default_version(gauze VERSION 0.7.1)
hunter_default_version(gemmlowp VERSION 1.0.0)
hunter_default_version(geos VERSION 3.4.2)
Expand Down
6 changes: 6 additions & 0 deletions cmake/projects/gRPC/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ hunter_add_version(
URL "https://github.com/cpp-pm/grpc/archive/v1.34.0-p0.tar.gz"
SHA1 "437f34aaf0ae699fc95cfddef16eabb9e2e8ed04")

hunter_add_version(
PACKAGE_NAME gRPC
VERSION "1.43.2-p0"
URL "https://github.com/cpp-pm/grpc/archive/v1.43.2-p0.tar.gz"
SHA1 "208b9d47ee87c6a35de202020e21510d40e8c1a4")

hunter_cmake_args(
gRPC
CMAKE_ARGS
Expand Down

0 comments on commit 7e00a5b

Please sign in to comment.