Skip to content

Commit

Permalink
Update dependency cmake to [>=3.31.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent c78b8bf commit 8daf6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Chip8Recipe(ConanFile):
exports_sources = "CMakeLists.txt", "lib/*", "chip-8-sdl/*", "chip-8-disassembler/*", "cmake/*"

def build_requirements(self):
self.tool_requires("cmake/[>=3.30.1]")
self.tool_requires("cmake/[>=3.31.0]")

def requirements(self):
# 'force' is required to bump sdl version because the sdl_ttf recipe uses a hard coded sdl version
Expand Down

0 comments on commit 8daf6ae

Please sign in to comment.