diff options
author | Rene Rivera <grafikrobot@gmail.com> | 2015-02-05 14:26:38 -0600 |
---|---|---|
committer | Rene Rivera <grafikrobot@gmail.com> | 2015-02-05 14:26:38 -0600 |
commit | eb3053d06da38aeda854097c903cea2b4f3f8738 (patch) | |
tree | d90f8f2302622de42ab89778e4292dcacc8f9c11 /.gitmodules | |
parent | 2196193f010a588b4dcc8ebe4138864ba4147c2f (diff) | |
download | boost-eb3053d06da38aeda854097c903cea2b4f3f8738.tar.gz |
Redo adding of coroutine2 library module.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 98b7f469e4..e3991b5ff0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -334,10 +334,6 @@ path = libs/coroutine url = ../coroutine.git fetchRecurseSubmodules = on-demand -[submodule "coroutine2"] - path = libs/coroutine2 - url = ../coroutine2.git - fetchRecurseSubmodules = on-demand [submodule "flyweight"] path = libs/flyweight url = ../flyweight.git @@ -505,3 +501,7 @@ path = libs/sort url = ../sort.git fetchRecurseSubmodules = on-demand +[submodule "libs/coroutine2"] + path = libs/coroutine2 + url = ../coroutine2.git + fetchRecurseSubmodules = on-demand |