aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conanfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index cf0c798..9b06378 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -5,7 +5,6 @@ class CrowConan(ConanFile):
version = "0.1"
url = "https://github.com/javierjeronimo/crow"
license = "see https://github.com/ipkn/crow/blob/master/LICENSE"
- settings = "os", "compiler", "build_type", "arch"
generators = "cmake"
requires = (("Boost/1.60.0@lasote/stable"),