From dbe2547ed1c373ef5d5d63e6c07901cac3254f8d Mon Sep 17 00:00:00 2001 From: neargye Date: Thu, 29 Aug 2019 23:24:11 +0500 Subject: [PATCH] fix conan.py --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 9a08001..196a131 100644 --- a/conanfile.py +++ b/conanfile.py @@ -23,6 +23,7 @@ class NameofConan(ConanFile): license = "MIT" exports_sources = ["include/*", "LICENCE"] exports = ["LICENSE"] + settings = "compiler" no_copy_source = True @property