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