Skip to content

Commit

Permalink
build: require at least CMake 3.31 with Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 18, 2024
1 parent 4273875 commit 82d12a8
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 @@ -216,7 +216,7 @@ def requirements(self):
self.requires("fmt/11.0.1", transitive_headers=True)

def build_requirements(self):
self.tool_requires("cmake/[>=3.30 <4]")
self.tool_requires("cmake/[>=3.31 <4]")
if self._build_all:
if not self.options.freestanding:
self.test_requires("catch2/3.7.0")
Expand Down

0 comments on commit 82d12a8

Please sign in to comment.