Bump required CMake version for stdexec (#36605)

This commit is contained in:
Mikael Simberg 2023-04-03 22:04:14 +02:00 committed by GitHub
parent f91968cf6f
commit 91636f0e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ class Stdexec(CMakePackage):
version("main", branch="main")
depends_on("cmake@3.22.1:", type="build")
depends_on("cmake@3.23.1:", type="build")
conflicts("%gcc@:10")
conflicts("%clang@:13")