From 1f94f282c0d995f72a94bff4913bab63b50eb347 Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 30 Aug 2019 02:35:47 +0500 Subject: [PATCH] fix conan.py --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 8223cd8..dfc2391 100644 --- a/conanfile.py +++ b/conanfile.py @@ -23,6 +23,7 @@ class MagicEnumConan(ConanFile): license = "MIT" exports_sources = ["include/*", "LICENCE"] exports = ["LICENSE"] + settings = "compiler" no_copy_source = True @property