Skip to content

Commit

Permalink
Moved to web server adapter 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimvila committed Feb 6, 2020
1 parent 6f1ec78 commit bcd47b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def configure(self):
self.options["OpenSSL"].shared = True

def requirements(self):
self.requires("WebServerAdapterInterface/1.1.1@systelab/stable")
self.requires("WebServerAdapterInterface/1.1.2@systelab/stable")
self.requires(("OpenSSL/%s@conan/stable") % self.options.OpenSSL)

def build_requirements(self):
self.build_requires("WebServerAdapterTestUtilities/1.1.1@systelab/stable")
self.build_requires("WebServerAdapterTestUtilities/1.1.2@systelab/stable")
if self.options.gtest == "1.7.0":
self.build_requires("gtest/1.7.0@systelab/stable")
elif self.options.gtest == "1.8.1":
Expand Down

0 comments on commit bcd47b4

Please sign in to comment.