We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b0674 commit bc1dab6Copy full SHA for bc1dab6
conanfile.py
@@ -41,7 +41,7 @@ def configure(self):
41
42
# Dependencies/requirements
43
tool_requires = (
44
- "cmake/[>=3.15]",
+ "cmake/[>=3.15 <4.0]",
45
"doxygen/1.9.1",
46
)
47
requires = (
0 commit comments