From 455d9917d76a85f906da3a31411eb0ac4f7b37e1 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Fri, 29 Jun 2018 20:16:09 -0300 Subject: [PATCH] #26 Remove settings from Conan recipe - settings is no more necessary after Conan 1.5.0 Signed-off-by: Uilian Ries --- conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 0fde245d..ac814e4b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -9,7 +9,6 @@ class JSONConan(ConanFile): url = homepage license = "MIT" author = "taocpp@icemx.net" - settings = "compiler", "arch" exports = "LICENSE" exports_sources = "include/*", "CMakeLists.txt" no_copy_source = True