Make all submods defs consistent.

Some modules did not have on-demand fetch which was causing them to not be fetched during the release archives builds.
This commit is contained in:
Rene Rivera 2016-03-04 10:09:00 -06:00
parent cafca8a106
commit f6d4834fd1

8
.gitmodules vendored
View file

@ -489,7 +489,7 @@
[submodule "convert"]
path = libs/convert
url = ../convert.git
branch = develop
fetchRecurseSubmodules = on-demand
[submodule "endian"]
path = libs/endian
url = ../endian.git
@ -497,6 +497,7 @@
[submodule "tools/bpm"]
path = tools/bpm
url = ../bpm.git
fetchRecurseSubmodules = on-demand
[submodule "sort"]
path = libs/sort
url = ../sort.git
@ -508,15 +509,20 @@
[submodule "libs/vmd"]
path = libs/vmd
url = ../vmd.git
fetchRecurseSubmodules = on-demand
[submodule "libs/compute"]
path = libs/compute
url = ../compute.git
fetchRecurseSubmodules = on-demand
[submodule "libs/dll"]
path = libs/dll
url = ../dll.git
fetchRecurseSubmodules = on-demand
[submodule "libs/metaparse"]
path = libs/metaparse
url = ../metaparse.git
fetchRecurseSubmodules = on-demand
[submodule "libs/hana"]
path = libs/hana
url = ../hana.git
fetchRecurseSubmodules = on-demand