mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
Conan scm temporarily disabled
This commit is contained in:
13
conanfile.py
13
conanfile.py
@@ -43,16 +43,17 @@ class UnitsConan(ConanFile):
|
|||||||
url = "https://github.com/mpusz/units"
|
url = "https://github.com/mpusz/units"
|
||||||
description = "Physical Units library for C++"
|
description = "Physical Units library for C++"
|
||||||
exports = ["LICENSE.md"]
|
exports = ["LICENSE.md"]
|
||||||
|
exports_sources = ["src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"]
|
||||||
settings = "os", "compiler", "build_type", "arch"
|
settings = "os", "compiler", "build_type", "arch"
|
||||||
requires = (
|
requires = (
|
||||||
"fmt/6.1.0"
|
"fmt/6.1.0"
|
||||||
)
|
)
|
||||||
scm = {
|
# scm = {
|
||||||
"type": "git",
|
# "type": "git",
|
||||||
"url": "auto",
|
# "url": "auto",
|
||||||
"revision": "auto",
|
# "revision": "auto",
|
||||||
"submodule": "recursive"
|
# "submodule": "recursive"
|
||||||
}
|
# }
|
||||||
generators = "cmake"
|
generators = "cmake"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user