-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cmake update appears to break compilation #453
Comments
Thanks for flagging! For now, I suppose we can just handle this by pinning the cmake version < 4 |
Actually, how are you building this? I didn't run into the issue building locally just now. |
I am seeing this error in a CI build as well but I'm using an older version of
error is exactly the same and I was able to make it build by updating the minimum version for
Looks like older h3-py builds didn't explicitly set the minimum and that's probably causing the problem - maybe cmake changed from just a warning to an error recently? |
Yep it appears that is the case, and PyPi cmake got updated to 4.0 late last week. Your suggestion to use
We're also using an older version (
Which made me think it was using a version installed to
My understanding is that's what this is, but it doesn't seem to be respected...
Here is a minimal repro dockerfile:
edit: In fact, the poetry stuff is unnecessary, it looks like you just can't install the older versions in a clean environment.
|
You're right I should have been more explicit - looks like the syntax changed from |
I'm seeing this error during a build:
It appears cmake updated yesterday to version 4.0. I think this introduces this compatibility issue.
The text was updated successfully, but these errors were encountered: