-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
sdl_ttf: add v2.24.0 #26355
sdl_ttf: add v2.24.0 #26355
Conversation
Please remember to add to |
oops, my bad. Done, thank you! |
@@ -69,7 +69,7 @@ def validate(self): | |||
raise ConanInvalidConfiguration(f"{self.ref} shared is not supported with Visual Studio") | |||
|
|||
def build_requirements(self): | |||
self.tool_requires("cmake/[>=3.16 <4]") | |||
self.tool_requires("cmake/[>=3.17 <4]") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upstream updates the CMake version for Apple builds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a pitty that the current recipe plays around with the generated library name for debug instead of expressing it in the package_info, but this has nothing to do with the current recipe, thanks a lot @kambala-decapitator!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
Summary
Changes to recipe: sdl_ttf/2.24.0
Motivation
new library version
Details