Skip to content

Commit 5f05114

Browse files
authored
Merge pull request #224 from mathworks/grpc
stop Git from recursively cloning submodules when cloning gRPC
2 parents bacbaee + a45b6b8 commit 5f05114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ if(WITH_OTLP_GRPC)
170170
${GRPC_PACKAGE_NAME}
171171
GIT_REPOSITORY ${GRPC_GIT_REPOSITORY}
172172
GIT_TAG ${GRPC_GIT_TAG}
173+
GIT_SUBMODULES_RECURSE OFF
173174
PREFIX ${GRPC_PREFIX}
174175
UPDATE_DISCONNECTED 1
175176
PATCH_COMMAND ${GRPC_PATCH_CMD}

0 commit comments

Comments
 (0)