Skip to content

Commit 8e2c686

Browse files
committed
Remove cmake dependency in pyproject.toml
While cmake is a dependency needed to build ninja, there are many ways to install it on a system. Forcing the cmake python distribution to be used is not appropriate here.
1 parent ec5dbb1 commit 8e2c686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel", "scikit-build", "cmake"]
2+
requires = ["setuptools>=42", "wheel", "scikit-build"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)