Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Cmake compatibility issue on jpeg recipe #3147

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

Merged
merged 1 commit into from
May 7, 2025

Conversation

Huyston
Copy link
Contributor

@Huyston Huyston commented May 5, 2025

The jpeg recipe doesn't compile anymore because CMake dropped compatibility with versions below 3.5.

"Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue an error."

Source: https://cmake.org/cmake/help/latest/release/4.0.html

The jpeg recipe doesn't compile anymore because CMake dropped compatibility with versions below 3.5.

"Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue an error."

Source: https://cmake.org/cmake/help/latest/release/4.0.html
@Huyston Huyston changed the title Fix Cmake compatibility issue Fix Cmake compatibility issue on jpeg recipe May 5, 2025
@kuzeyron kuzeyron added the recipe label May 6, 2025
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

@AndreMiras AndreMiras merged commit 04dc2b9 into kivy:develop May 7, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants