From e4b8d068f760a598697b7d002099b6cc7db3acc6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 25 Oct 2018 20:36:59 +0300 Subject: Move module unordered --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b9f3efd0be..b4f6f3fbc4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 -- cgit v1.2.1