Skip to content

Commit

Permalink
Update dependency cmake to [>=3.30.0] (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 442c9b4 commit d99d7b2
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.20.0]")
self.tool_requires("cmake/[>=3.30.0]")

def requirements(self):
self.requires("sdl/2.28.3")
Expand Down

0 comments on commit d99d7b2

Please sign in to comment.