scikit-build / cmake-python-distributions

This project provides the infrastructure to build CMake Python wheels.
https://cmake-python-distributions.readthedocs.io
Apache License 2.0
111 stars 34 forks source link

fix: don't request cmake when building even if not present #480

Closed henryiii closed 5 months ago

henryiii commented 5 months ago

I'm removing it from the CI too just to see if it breaks. I think we do want an older CMake when building a newer CMake, so we can enable it for ourselves. But we are the only ones who would ever want that. :)

This PR doesn't solve #33, it just avoids a potential circular package request issue.

Fix #479.