From 1f46ca5f0c682c26dbe813f1182ec69f90812490 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 10 Feb 2020 19:07:13 +0100 Subject: [PATCH] Conan scm temporarily disabled --- conanfile.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/conanfile.py b/conanfile.py index 8c998e70..eb7175ec 100644 --- a/conanfile.py +++ b/conanfile.py @@ -43,16 +43,17 @@ class UnitsConan(ConanFile): url = "https://github.com/mpusz/units" description = "Physical Units library for C++" exports = ["LICENSE.md"] + exports_sources = ["src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"] settings = "os", "compiler", "build_type", "arch" requires = ( "fmt/6.1.0" ) - scm = { - "type": "git", - "url": "auto", - "revision": "auto", - "submodule": "recursive" - } + # scm = { + # "type": "git", + # "url": "auto", + # "revision": "auto", + # "submodule": "recursive" + # } generators = "cmake" @property