diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2021-02-10 12:27:49 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2021-02-10 12:27:49 +0100 |
| commit | 4fc2b7acffb9699c3ef4fbe5027124e589735be0 (patch) | |
| tree | f9582797e1f0fe8fc1a80c657d55a7af0fce0a52 /conanfile.py | |
| parent | 13b66c3074cbc6e502e97a76993f513a58e21f08 (diff) | |
| download | wanda-4fc2b7acffb9699c3ef4fbe5027124e589735be0.tar.xz wanda-4fc2b7acffb9699c3ef4fbe5027124e589735be0.zip | |
wanda: port to standard ranges
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/conanfile.py b/conanfile.py index dbe4c65..1635cb6 100644 --- a/conanfile.py +++ b/conanfile.py @@ -25,11 +25,10 @@ class Wanda(ConanFile): "src/*", ) requires = ( - "asio/1.12.2", - "lyra/1.2.0", + "asio/1.18.1", + "lyra/1.5.1", "CUTE/2.2.6@fmorgner/stable", "spdlog/1.4.2", - "range-v3/0.4.0@ericniebler/stable", ) def configure_cmake(self): |
