mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Add missing fetch-on-demand for some submodules.
This commit is contained in:
parent
fec6b02ed2
commit
3f34e21c94
1 changed files with 2 additions and 0 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -533,7 +533,9 @@
|
|||
[submodule "fiber"]
|
||||
path = libs/fiber
|
||||
url = ../fiber.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "process"]
|
||||
path = libs/proccess
|
||||
url = ../process.git
|
||||
branch = develop
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
Loading…
Add table
Reference in a new issue