git submodule download added to scm

This commit is contained in:
Mateusz Pusz
2019-04-10 19:38:34 +01:00
parent 8a6906fa38
commit e12fb2f52a

View File

@ -52,7 +52,8 @@ class UnitsConan(ConanFile):
scm = { scm = {
"type": "git", "type": "git",
"url": "auto", "url": "auto",
"revision": "auto" "revision": "auto",
"submodule": "recursive"
} }
generators = "cmake" generators = "cmake"