mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35: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
cafca8a106
commit
f6d4834fd1
1 changed files with 7 additions and 1 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -489,7 +489,7 @@
|
|||
[submodule "convert"]
|
||||
path = libs/convert
|
||||
url = ../convert.git
|
||||
branch = develop
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "endian"]
|
||||
path = libs/endian
|
||||
url = ../endian.git
|
||||
|
@ -497,6 +497,7 @@
|
|||
[submodule "tools/bpm"]
|
||||
path = tools/bpm
|
||||
url = ../bpm.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "sort"]
|
||||
path = libs/sort
|
||||
url = ../sort.git
|
||||
|
@ -508,15 +509,20 @@
|
|||
[submodule "libs/vmd"]
|
||||
path = libs/vmd
|
||||
url = ../vmd.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/compute"]
|
||||
path = libs/compute
|
||||
url = ../compute.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/dll"]
|
||||
path = libs/dll
|
||||
url = ../dll.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/metaparse"]
|
||||
path = libs/metaparse
|
||||
url = ../metaparse.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/hana"]
|
||||
path = libs/hana
|
||||
url = ../hana.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
Loading…
Add table
Reference in a new issue