stdexec: skip build phase (#34425)

Since it's a header-only library there's nothing to build. However, the
default targets include tests and examples and there's no option to turn
them off during configuration time.
This commit is contained in:
Mikael Simberg 2022-12-12 15:16:40 +01:00 committed by GitHub
parent b7f0f7879d
commit 06e6389258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,6 @@ class Stdexec(CMakePackage):
conflicts("%gcc@:10")
conflicts("%clang@:13")
def build(self, spec, prefix):
pass