Skip to content

Commit

Permalink
Update grpc dependency to v1.60.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604597747
Change-Id: I78a42d5ffd4e85676046cab41a111ce33950300f
  • Loading branch information
nimrod-gileadi authored and copybara-github committed Feb 6, 2024
1 parent 3046acd commit e3d8a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ findorfetch(

set(ABSL_PROPAGATE_CXX_STD ON)
set(ABSL_BUILD_TESTING OFF)
# ABSL_ENABLE_INSTALL is needed for
# https://github.com/protocolbuffers/protobuf/issues/12185#issuecomment-1594685860
set(ABSL_ENABLE_INSTALL ON)
findorfetch(
USE_SYSTEM_PACKAGE
OFF
Expand Down
2 changes: 1 addition & 1 deletion mjpc/grpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ findorfetch(
GIT_REPO
https://github.com/grpc/grpc
GIT_TAG
v1.53.0
v1.60.1
TARGETS
gRPC
)
Expand Down

0 comments on commit e3d8a54

Please sign in to comment.