mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
removed 3.28 restriction on cmake in meta.yaml
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 2s
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 2s
This commit is contained in:
@ -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.*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user