Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3rd-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(FETCHCONTENT_QUIET FALSE)

FetchContent_Declare(gRPC
GIT_REPOSITORY https://github.com/CanonicalLtd/grpc.git
GIT_TAG ba8e7f72
GIT_TAG e3acf245
GIT_SHALLOW TRUE
GIT_SUBMODULES "third_party/abseil-cpp third_party/cares/cares third_party/protobuf third_party/re2 third_party/zlib"
GIT_SUBMODULES_RECURSE false
Expand Down