mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Make all submods defs consistent.
Some modules did not have on-demand fetch which was causing them to not be fetched during the release archives builds.
This commit is contained in:
parent
7d4ada2bec
commit
920ae13b59
1 changed files with 5 additions and 2 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -489,11 +489,11 @@
|
|||
[submodule "sort"]
|
||||
path = libs/sort
|
||||
url = ../sort.git
|
||||
branch = master
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "convert"]
|
||||
path = libs/convert
|
||||
url = ../convert.git
|
||||
branch = develop
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "endian"]
|
||||
path = libs/endian
|
||||
url = ../endian.git
|
||||
|
@ -505,6 +505,7 @@
|
|||
[submodule "dll"]
|
||||
path = libs/dll
|
||||
url = ../dll.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "compute"]
|
||||
path = libs/compute
|
||||
url = ../compute.git
|
||||
|
@ -512,6 +513,8 @@
|
|||
[submodule "libs/hana"]
|
||||
path = libs/hana
|
||||
url = ../hana.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/metaparse"]
|
||||
path = libs/metaparse
|
||||
url = ../metaparse.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
Loading…
Add table
Reference in a new issue