Skip to content

Commit 66f3d83

Browse files
committed
Add CMake version requirement
1 parent 7318ead commit 66f3d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/gsl-lite/1.x/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class GslLiteConan(ConanFile):
1616
topics = ("GSL", "header-only")
1717
package_type = "header-library"
1818
settings = "os", "arch", "compiler", "build_type"
19-
19+
tool_requires = "cmake/[>=3.16]"
2020

2121
def layout(self):
2222
cmake_layout(self, src_folder="src")

0 commit comments

Comments
 (0)