Functions | |
| n Python | endif () find_python_module(distutils) if(NOT PY_DISTUTILS) set(PY_NOT_FOUND_MSG "$ |
| CMake FindPythonModule cmake | find_package (PythonInterp) if(NOT PYTHON_EXECUTABLE) set(PY_NOT_FOUND_MSG "$ |
| macro (not_found_return message) message(STATUS "$ | |
| macro (add_python_binding name) endmacro() return() endmacro() if(NOT BUILD_PYTHON_BINDINGS) not_found_return("Not building Python bindings.") endif() include($ | |
Variables | |
| the following modules are not | available |
| n Python endif | ( | ) |
Definition at line 22 of file CMakeLists.txt.
| CMake FindPythonModule cmake find_package | ( | PythonInterp | ) |
Definition at line 19 of file CMakeLists.txt.
Referenced by include().
| macro | ( | not_found_return | message | ) |
Definition at line 1 of file CMakeLists.txt.
| macro | ( | add_python_binding | name | ) |
Definition at line 3 of file CMakeLists.txt.
| the following modules are not available |
Definition at line 52 of file CMakeLists.txt.