We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3046acd commit e3d8a54Copy full SHA for e3d8a54
CMakeLists.txt
@@ -118,6 +118,9 @@ findorfetch(
118
119
set(ABSL_PROPAGATE_CXX_STD ON)
120
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)
124
findorfetch(
125
USE_SYSTEM_PACKAGE
126
OFF
mjpc/grpc/CMakeLists.txt
@@ -30,7 +30,7 @@ findorfetch(
30
GIT_REPO
31
https://github.com/grpc/grpc
32
GIT_TAG
33
- v1.53.0
+ v1.60.1
34
TARGETS
35
gRPC
36
)
0 commit comments