diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:33:34 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:33:34 +0100 |
| commit | 19a333165631f30556ee675ffb1cd5769eb82789 (patch) | |
| tree | ebdcd317598bad84f2f57539a9a98bd4e4821fc4 /conanfile.py | |
| parent | 16b821f0b921105b2fb40c222d97f1dcadd613d7 (diff) | |
| download | wanda-19a333165631f30556ee675ffb1cd5769eb82789.tar.xz wanda-19a333165631f30556ee675ffb1cd5769eb82789.zip | |
build: use CUTE via conan
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index 2a77b01..a24cc33 100644 --- a/conanfile.py +++ b/conanfile.py @@ -28,6 +28,7 @@ class Wanda(ConanFile): "clara/1.1.5@bincrafters/stable", "spdlog/1.2.1@bincrafters/stable", "range-v3/0.4.0@ericniebler/stable", + "CUTE/2.2.6@fmorgner/stable", ) default_options = { "asio:standalone": True, |
