MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / config_options

Method config_options

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

Source from the content-addressed store, hash-verified

24 exports_sources = "CMakeLists.txt", "src/*", "third_party/*", "cpp_package/build.cmake", "cpp_package/src/*", "cmake/*"
25
26 def config_options(self):
27 if self.settings.os == "Windows":
28 del self.options.libftdi
29 del self.options.periphery
30 else:
31 del self.options.oymotion
32 del self.options.msvc_runtime
33
34 def build(self):
35 cmake = CMake(self)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected