MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / configure

Method configure

conanfile.py:26–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 }
25
26 def configure(self):
27 self.options["grpc/*"].with_libsystemd = False
28 self.options["grpc/*"].csharp_plugin = False
29 self.options["grpc/*"].node_plugin = False
30 self.options["grpc/*"].objective_c_plugin = False
31 self.options["grpc/*"].php_plugin = False
32 self.options["grpc/*"].python_plugin = False
33 self.options["grpc/*"].ruby_plugin = False
34
35 def requirements(self):
36 if self.options.with_tests:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected