MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / check_for_cmake

Function check_for_cmake

pycbc_build_setup.py:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def check_for_cmake():
47 if not CMAKE_EXE:
48 print('cmake executable not found. '
49 'Set CMAKE_EXE environment or update your path')
50 sys.exit(1)
51
52
53def process_build_env_vars(): # noqa: C901

Callers 2

runMethod · 0.85
build_extensionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected