Skip to content

Permit compilation under the rc of cmake 4.0.0 #67

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eddelbuettel
Copy link

The crc32c code is used under an (eoponymous) R package I look after. I was just informed by the maintainer of the CRAN repo for R that it no longer builds under the release candidate 4 of cmake 4.0.0.

I was able to a) verify this and b) establish that the recommended course of action form switching from an (outdated for cmake 4) minimum version to the lowest support (3.5) in a min..max format also listing the one tested (here 4.0) works.

The simple one-line change below implements this. I cannot really tell if a minimum of cmake 3.5 (released in 2016) is viable for everyone or not. If you don't think this flies, please just ignore the PR. I will make this change in my [downstream R package to remain buildable at CRAN.

Thanks of course thanks for crc32c!

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.

1 participant