Skip to content

Commit

Permalink
Moved web server adapter to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimvila committed May 21, 2020
1 parent bcd47b4 commit 46b0654
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.2@systelab/stable")
self.requires("WebServerAdapterInterface/1.1.3@systelab/stable")
self.requires(("OpenSSL/%s@conan/stable") % self.options.OpenSSL)

def build_requirements(self):
self.build_requires("WebServerAdapterTestUtilities/1.1.2@systelab/stable")
self.build_requires("WebServerAdapterTestUtilities/1.1.3@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 46b0654

Please sign in to comment.