diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 16:09:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 16:09:34 +0200 |
| commit | 40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d (patch) | |
| tree | 3a7e8a0aff4e5bf8d40eb6bf8fedf79cea03c7d5 /conanfile.py | |
| parent | be261a9595d7744332583586c625315b95688410 (diff) | |
| download | wanda-40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d.tar.xz wanda-40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d.zip | |
build: update build configuration
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py index 97abe18..11d3a29 100644 --- a/conanfile.py +++ b/conanfile.py @@ -34,7 +34,10 @@ class Wanda(ConanFile): ) exports_sources = ("source/*",) test_requires = ("catch2/[>=3.4]",) - tool_requires = ("cmake/[>=3.27]",) + tool_requires = ( + "cmake/[>=3.27]", + "ninja/[>=1.12]", + ) def requirements(self): self.requires("boost/[~1.83]", transitive_headers=not self.options.nolibs, options={ |
