aboutsummaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorJavier Jerónimo Suárez <jcjeronimo@genexies.net>2016-11-19 12:39:13 +0100
committerJavier Jerónimo Suárez <jcjeronimo@genexies.net>2016-11-19 12:39:13 +0100
commitc2f3aea0a1f60c7d2d5f586fe7abb2362c40faf3 (patch)
tree7080dab3ff5f084779a14bc69659122fa6f156b8 /conanfile.py
parent2877991498b009a16723a2b171967b846c8a74ca (diff)
downloadcrow-c2f3aea0a1f60c7d2d5f586fe7abb2362c40faf3.tar.gz
crow-c2f3aea0a1f60c7d2d5f586fe7abb2362c40faf3.zip
Its a header only conan package
Diffstat (limited to 'conanfile.py')
-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"),