()
| 44 | |
| 45 | |
| 46 | def 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 | |
| 53 | def process_build_env_vars(): # noqa: C901 |
no outgoing calls
no test coverage detected