Skip to content

Commit

Permalink
Update recipes/box2d/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
AbrilRBS and uilianries authored Sep 25, 2024
1 parent 07e63a4 commit c1f86ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/box2d/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def validate(self):

def build_requirements(self):
if Version(self.version) >= "3.0.0":
self.tool_requires("cmake/[>=3.21 <4]")
self.tool_requires("cmake/[>=3.22 <4]")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit c1f86ff

Please sign in to comment.