From e12fb2f52a0b10ce1c1446825d666495897efac4 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 10 Apr 2019 19:38:34 +0100 Subject: [PATCH] git submodule download added to scm --- conanfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index f9de4c3a..7005aaec 100644 --- a/conanfile.py +++ b/conanfile.py @@ -52,7 +52,8 @@ class UnitsConan(ConanFile): scm = { "type": "git", "url": "auto", - "revision": "auto" + "revision": "auto", + "submodule": "recursive" } generators = "cmake"