Skip to content

Commit e3d8a54

Browse files
nimrod-gileadicopybara-github
authored andcommitted
Update grpc dependency to v1.60.1.
PiperOrigin-RevId: 604597747 Change-Id: I78a42d5ffd4e85676046cab41a111ce33950300f
1 parent 3046acd commit e3d8a54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ findorfetch(
118118

119119
set(ABSL_PROPAGATE_CXX_STD ON)
120120
set(ABSL_BUILD_TESTING OFF)
121+
# ABSL_ENABLE_INSTALL is needed for
122+
# https://github.com/protocolbuffers/protobuf/issues/12185#issuecomment-1594685860
123+
set(ABSL_ENABLE_INSTALL ON)
121124
findorfetch(
122125
USE_SYSTEM_PACKAGE
123126
OFF

mjpc/grpc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ findorfetch(
3030
GIT_REPO
3131
https://github.com/grpc/grpc
3232
GIT_TAG
33-
v1.53.0
33+
v1.60.1
3434
TARGETS
3535
gRPC
3636
)

0 commit comments

Comments
 (0)