diff options
| -rw-r--r-- | conan.lock | 4 | ||||
| -rw-r--r-- | conanfile.py | 12 |
2 files changed, 8 insertions, 8 deletions
@@ -13,8 +13,8 @@ "asio/1.28.1#9b4fb4d434f6b12dc44c116b57f6e25d%1691066750.28" ], "build_requires": [ - "cmake/3.27.0#1916e6ab33353145b93244d065a2c868%1689871516.022", - "b2/4.9.6#2e02945ad41739b8051247d14fe8297d%1679927934.674" + "cmake/3.27.1#7d5f14447c023feef9f59640be53619a%1691315387.882", + "b2/4.9.6#53783bdbbdbb6c13732b25f1f6ea6c58%1686399756.948" ], "python_requires": [] }
\ No newline at end of file diff --git a/conanfile.py b/conanfile.py index 4db2fe8..54c9d02 100644 --- a/conanfile.py +++ b/conanfile.py @@ -30,15 +30,15 @@ class Wanda(ConanFile): "source/*", ) requires = ( - "asio/[~1.28.0]", - "boost/[~1.82.0]", + "asio/[~1.28]", + "boost/[~1.82]", "libjpeg/9e", - "libpng/[~1.6.0]", - "lyra/[~1.6.0]", - "spdlog/[~1.12.0]", + "libpng/[~1.6]", + "lyra/[~1.6]", + "spdlog/[~1.12]", ) tool_requires = ( - "cmake/[~3.27]", + "cmake/[>=3.27]", ) def build(self): |
