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

qt: don't use cmake 3.25.0, due to Ninja dependency cycle bug #15829

Merged
merged 2 commits into from
Feb 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def requirements(self):
self.requires("md4c/0.4.8")

prince-chrismc marked this conversation as resolved.
Show resolved Hide resolved
def build_requirements(self):
self.tool_requires("cmake/3.25.0")
self.tool_requires("cmake/3.25.2")
prince-chrismc marked this conversation as resolved.
Show resolved Hide resolved
self.tool_requires("ninja/1.11.1")
self.tool_requires("pkgconf/1.9.3")
paulharris marked this conversation as resolved.
Show resolved Hide resolved
if self.settings.os == "Windows":
Expand Down