mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Normalize submodule names
This commit is contained in:
parent
4d9ab1309e
commit
8c57480929
1 changed files with 5 additions and 5 deletions
10
.gitmodules
vendored
10
.gitmodules
vendored
|
@ -494,19 +494,19 @@
|
|||
path = libs/sort
|
||||
url = ../sort.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/coroutine2"]
|
||||
[submodule "coroutine2"]
|
||||
path = libs/coroutine2
|
||||
url = ../coroutine2.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/vmd"]
|
||||
[submodule "vmd"]
|
||||
path = libs/vmd
|
||||
url = ../vmd.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/compute"]
|
||||
[submodule "compute"]
|
||||
path = libs/compute
|
||||
url = ../compute.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/dll"]
|
||||
[submodule "dll"]
|
||||
path = libs/dll
|
||||
url = ../dll.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
@ -518,7 +518,7 @@
|
|||
path = libs/hana
|
||||
url = ../hana.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "libs/qvm"]
|
||||
[submodule "qvm"]
|
||||
path = libs/qvm
|
||||
url = ../qvm.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
Loading…
Add table
Reference in a new issue