mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
git submodule download added to scm
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user