Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: minor correction in required CMake #1989

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

henryiii
Copy link
Contributor

The minimum require version of CMake for scikit-build-core is 3.15, so setting it below 3.15 isn't helpful.

It could be removed altogether, as the default it to require what scikit-build-core requires, but leaving it here might make it easier to update on your end if you decide to raise it someday (3.26 is really nice!)

The minimum require version of CMake for scikit-build-core is 3.15, so setting it below 3.15 isn't helpful.
@minrk
Copy link
Member

minrk commented May 16, 2024

Thanks! I'd like to require a more recent version! But I encountered some failures when cmake isn't available as a wheel, so wanted to be conservative and accept most versions that are out there. My needs are pretty basic beyond FetchContent.

@minrk minrk merged commit 5026490 into zeromq:main May 16, 2024
31 checks passed
@henryiii henryiii deleted the patch-1 branch May 16, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants