Skip to content

Commit

Permalink
(conan-io#15829) qt: don't use cmake 3.25.0, due to Ninja dependency …
Browse files Browse the repository at this point in the history
…cycle bug

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

* Update recipes/qt/6.x.x/conanfile.py

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>

---------

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
  • Loading branch information
2 people authored and sabelka committed Feb 12, 2023
1 parent bf1b882 commit 0c6390e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,10 @@ def requirements(self):
self.requires("md4c/0.4.8")

def build_requirements(self):
self.tool_requires("cmake/3.25.0")
self.tool_requires("cmake/3.25.2")
self.tool_requires("ninja/1.11.1")
self.tool_requires("pkgconf/1.9.3")
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.tool_requires("pkgconf/1.9.3")
if self._settings_build.os == "Windows":
self.tool_requires('strawberryperl/5.32.1.1')

Expand Down

0 comments on commit 0c6390e

Please sign in to comment.