Requirements

This commit is contained in:
Javier Jerónimo Suárez 2016-11-19 12:07:14 +01:00
parent e9c97b1350
commit 2877991498

View File

@ -7,6 +7,9 @@ class CrowConan(ConanFile):
license = "see https://github.com/ipkn/crow/blob/master/LICENSE" license = "see https://github.com/ipkn/crow/blob/master/LICENSE"
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
generators = "cmake" generators = "cmake"
requires = (("Boost/1.60.0@lasote/stable"),
("OpenSSL/1.0.2i@lasote/stable"))
# No exports necessary # No exports necessary
def source(self): def source(self):