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

Silenced CMake deprecation errors when building for Android #1015

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

mihe
Copy link
Contributor

@mihe mihe commented Nov 15, 2024

It seems that CMake 3.31 has dropped support for projects that declare compatibility with CMake versions older than 3.10.

This causes problems with the Android NDK, which declares compatibility with CMake 3.6 and newer.

To get around this we disable deprecation warnings/errors entirely for Android builds.

@mihe mihe added bug Something that isn't working as intended topic:ci Concerning continuous integration topic:builds Concerning building from source labels Nov 15, 2024
@mihe mihe merged commit 80dac65 into godot-jolt:master Nov 15, 2024
83 of 182 checks passed
@mihe mihe deleted the android-errors branch November 15, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working as intended topic:builds Concerning building from source topic:ci Concerning continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant