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

fix cmake 3.29 policy warnings #237

Closed
wants to merge 1 commit into from

Conversation

dhuseby
Copy link
Contributor

@dhuseby dhuseby commented Mar 14, 2024

This adds two new policies:

cmake_policy(SET CMP0144 NEW)
cmake_policy(SET CMP0153 OLD)

This quiets a few warnings generated when using cmake 3.29.

Signed-off-by: Dave Grantham <[email protected]>
@dhuseby
Copy link
Contributor Author

dhuseby commented Mar 14, 2024

Hrm...looks like cmake doesn't handle unknown policies gracefully. I'll switch to the 3.25 version we're running on CI here. I see no compelling reason to upgrade cmake ATM.

@dhuseby dhuseby closed this Mar 14, 2024
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