7
0
mirror of https://github.com/Minres/conan-recipes.git synced 2025-07-02 07:43:26 +02:00

Updated versions

This commit is contained in:
2019-06-15 22:31:04 +02:00
parent a7a465e69c
commit 8f776c8557
13 changed files with 91 additions and 67 deletions

View File

@ -6,7 +6,7 @@ class SeasocksTestConan(ConanFile):
options = {"shared": [True, False]}
default_options = "shared=True"
generators = "cmake"
build_requires = "Catch/1.9.2@uilianries/stable"
build_requires = "Catch/1.9.6@uilianries/stable"
def configure(self):
self.options["Seasocks"].shared = self.options.shared