chore: Support CMake 4 without workarounds (#5866)

This commit is contained in:
Ayaz Salikhov
2025-10-14 16:18:34 +01:00
committed by GitHub
parent 8637d606a4
commit 459d0da010
3 changed files with 23 additions and 46 deletions

View File

@@ -29,6 +29,3 @@ tools.build:cxxflags=['-Wno-missing-template-arg-list-after-template-kw']
{% if compiler == "gcc" and compiler_version < 13 %}
tools.build:cxxflags=['-Wno-restrict']
{% endif %}
[tool_requires]
!cmake/*: cmake/[>=3 <4]