Skip to content

Commit

Permalink
Add cmake setup.py build dep (#5972)
Browse files Browse the repository at this point in the history
* Add wheel as build dependency

* Add cmake as a python build dependency

* pyproject toml update

Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
zwimer and NikolajBjorner authored Apr 13, 2022
1 parent 9834d7a commit c0b455e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=46.4.0", "wheel"]
requires = ["setuptools>=46.4.0", "wheel", "cmake"]
build-backend = "setuptools.build_meta"

0 comments on commit c0b455e

Please sign in to comment.