removed 3.28 restriction on cmake in meta.yaml
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 2s

This commit is contained in:
2025-05-23 10:52:20 +02:00
parent 0c3435a2c4
commit 46420f54c8

View File

@ -18,7 +18,7 @@ requirements:
- {{ stdlib("c") }} - {{ stdlib("c") }}
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
- git - git
- cmake<=3.28 - cmake
- ninja - ninja
- qt 5.* - qt 5.*