Skip to content

Commit

Permalink
sdl: newest cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Mar 15, 2023
1 parent 6d067fb commit ae9fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sdl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def build_requirements(self):
# set. This could be because you are using a Mac OS X version less than 10.5
# or because CMake's platform configuration is corrupt.
# FIXME: Remove once CMake on macOS/M1 CI runners is upgraded.
self.tool_requires("cmake/3.25.2")
self.tool_requires("cmake/3.25.3")
if self.settings.os == "Linux" and not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.tool_requires("pkgconf/1.9.3")
if hasattr(self, "settings_build") and self.options.get_safe("wayland"):
Expand Down

0 comments on commit ae9fed4

Please sign in to comment.