File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ExternalProject_Add(
23
23
24
24
GIT_REPOSITORY https://github.com/curl/curl.git
25
25
GIT_TAG curl-7_58_0
26
+ GIT_SHALLOW 1
26
27
27
28
PREFIX ${PROJECT_BINARY_DIR}
28
29
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ExternalProject_Add(
23
23
24
24
GIT_REPOSITORY https://github.com/google/flatbuffers.git
25
25
GIT_TAG v1.10.0
26
+ GIT_SHALLOW 1
26
27
27
28
PREFIX ${PROJECT_BINARY_DIR}
28
29
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ExternalProject_Add(
23
23
24
24
GIT_REPOSITORY https://github.com/libuv/libuv
25
25
GIT_TAG v1.28.0
26
+ GIT_SHALLOW 1
26
27
27
28
PREFIX ${PROJECT_BINARY_DIR}
28
29
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ExternalProject_Add(
23
23
24
24
GIT_REPOSITORY https://github.com/uNetworking/uWebSockets
25
25
GIT_TAG 4d94401b9c98346f9afd838556fdc7dce30561eb
26
+ GIT_SHALLOW 1
26
27
27
28
PREFIX ${PROJECT_BINARY_DIR}
28
29
You can’t perform that action at this time.
0 commit comments