Skip to content

Limit yasm to using CMake 3 #27894

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 3 commits into
base: master
Choose a base branch
from
Open

Conversation

a-lerion
Copy link

@a-lerion a-lerion commented Jul 9, 2025

fixes #27893

Summary

Changes to recipe: yasm/1.3.0

Motivation

When using CMake 4 building this recipe fails with an error
Compatibility with CMake < 3.5 has been removed from CMake
Original project has a CMake 2.4 minimum, patch increases it to 3.0. Support for newer versions of CMake, like CMake < 3.20, will probably be revoked in the future releases too.

Details

Add a CMake version requirement, min and max, so that CMake generation succeeds.

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.

[package] yasm/1.3.0: CMake 4 generation fails
2 participants