Find Python interpreter. More...
#include "FindPackageHandleStandardArgs.cmake"
Go to the source code of this file.
Variables | |
cmake | _PYTHON1_VERSIONS |
cmake | _PYTHON2_VERSIONS |
cmake | _PYTHON3_VERSIONS |
cmake | _PYTHON_FIND_OTHER_VERSIONS |
cmake | _Python_NAMES |
cmake | PYTHON_VERSION_MAJOR |
cmake | PYTHON_VERSION_MINOR |
cmake | PYTHON_VERSION_PATCH |
cmake | PYTHON_VERSION_STRING |
Find Python interpreter.
Python_ADDITIONAL_VERSIONS | List of version numbers that should be taken into account when searching for Python. |
PYTHONINTERP_FOUND | Was the Python executable found. |
PYTHON_EXECUTABLE | Path to the Python interpreter. |
PYTHON_VERSION_STRING | Python version found e.g. 2.5.2. |
PYTHON_VERSION_MAJOR | Python major version found e.g. 2. |
PYTHON_VERSION_MINOR | Python minor version found e.g. 5. |
PYTHON_VERSION_PATCH | Python patch version found e.g. 2. |
Definition in file FindPythonInterp.cmake.
cmake _PYTHON1_VERSIONS |
Definition at line 50 of file FindPythonInterp.cmake.
cmake _PYTHON2_VERSIONS |
Definition at line 68 of file FindPythonInterp.cmake.
cmake _PYTHON3_VERSIONS |
Definition at line 69 of file FindPythonInterp.cmake.
cmake _PYTHON_FIND_OTHER_VERSIONS |
Definition at line 88 of file FindPythonInterp.cmake.
cmake _Python_NAMES |
Definition at line 114 of file FindPythonInterp.cmake.
cmake PYTHON_VERSION_MAJOR |
Definition at line 169 of file FindPythonInterp.cmake.
cmake PYTHON_VERSION_MINOR |
Definition at line 170 of file FindPythonInterp.cmake.
cmake PYTHON_VERSION_PATCH |
Definition at line 163 of file FindPythonInterp.cmake.
cmake PYTHON_VERSION_STRING |
Definition at line 168 of file FindPythonInterp.cmake.