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 e5f610a commit bf93900Copy full SHA for bf93900
cmake/submodules/update.cmake
@@ -52,7 +52,7 @@ block()
52
endif()
53
54
message(STATUS "Updating Public submodules")
55
- NBL_GIT_COMMAND(-c url.https://github.com/.insteadOf=git@github.com: ${NBL_CONFIG_SUBMODULE} submodule update --init --recursive ${NBL_UPDATE_OPTIONS} WORKING_DIRECTORY "${NBL_ROOT_PATH}")
+ NBL_GIT_COMMAND(-c fetch.parallel=0 -c url.https://github.com/.insteadOf=git@github.com: ${NBL_CONFIG_SUBMODULE} submodule update --init --recursive ${NBL_UPDATE_OPTIONS} WORKING_DIRECTORY "${NBL_ROOT_PATH}")
56
57
if(NBL_UPDATE_GIT_SUBMODULE_INCLUDE_PRIVATE)
58
# NOTE: your git must be installed with default Git Bash as shell
0 commit comments