Skip to content

Commit

Permalink
Merge pull request #31 from AdamWRichardson/add-cmake-as-build-depend…
Browse files Browse the repository at this point in the history
…ency

Add cmake as a build dependency in the pyproject.toml file
  • Loading branch information
bstellato committed Feb 15, 2024
2 parents 3b5af48 + 1dc0ea2 commit f1801cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build-system]
requires = ["setuptools>=49.5.0", "pybind11"]
requires = ["setuptools>=49.5.0", "pybind11", "cmake"]
build-backend = "setuptools.build_meta"

0 comments on commit f1801cc

Please sign in to comment.