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