MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / configure

Method configure

conanfile.py:36–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 generators = "CMakeToolchain"
35
36 def configure(self):
37 if self.options.system_context:
38 self.options.parallel_scheduler = True
39 if self.options.parallel_scheduler:
40 self.package_type = "static-library"
41 else:
42 self.package_type = "header-library"
43
44 def validate(self):
45 check_min_cppstd(self, "20")

Callers 2

buildMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected