mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 09:26:15 +00:00
Add cmake setup.py build dep (#5972)
* Add wheel as build dependency * Add cmake as a python build dependency * pyproject toml update Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9834d7aae0
commit
c0b455e010
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=46.4.0", "wheel"]
|
requires = ["setuptools>=46.4.0", "wheel", "cmake"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue