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

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

Conversation

Huyston
Copy link

@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
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.

2 participants