Its a header only conan package

This commit is contained in:
Javier Jerónimo Suárez 2016-11-19 12:39:13 +01:00
parent 2877991498
commit c2f3aea0a1

View File

@ -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"),