mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Move module unordered
This commit is contained in:
parent
84273ea4b1
commit
e4b8d068f7
1 changed files with 4 additions and 4 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -338,6 +338,10 @@
|
|||
path = libs/mpi
|
||||
url = ../mpi.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "unordered"]
|
||||
path = libs/unordered
|
||||
url = ../unordered.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "local_function"]
|
||||
path = libs/local_function
|
||||
url = ../local_function.git
|
||||
|
@ -426,10 +430,6 @@
|
|||
path = libs/sync
|
||||
url = ../sync.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "unordered"]
|
||||
path = libs/unordered
|
||||
url = ../unordered.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "chrono"]
|
||||
path = libs/chrono
|
||||
url = ../chrono.git
|
||||
|
|
Loading…
Add table
Reference in a new issue