Find Jython interpreter. More...
#include "FindPackageHandleStandardArgs.cmake"
Include dependency graph for FindJythonInterp.cmake:Go to the source code of this file.
Variables | |
| cmake | _JythonInterp_ROOT |
| cmake | JYTHON_VERSION_PATCH |
Find Jython interpreter.
| JYTHONINTERP_FOUND | Whether the Jython executable was found. |
| JYTHON_EXECUTABLE | Path to the Jython interpreter. |
| JYTHON_VERSION_STRING | Jython version found, e.g. 2.5.2. |
| JYTHON_VERSION_MAJOR | Jython major version found, e.g. 2. |
| JYTHON_VERSION_MINOR | Jython minor version found, e.g. 5. |
| JYTHON_VERSION_PATCH | Jython patch version found, e.g. 2. |
Definition in file FindJythonInterp.cmake.
| cmake _JythonInterp_ROOT |
Definition at line 36 of file FindJythonInterp.cmake.
| cmake JYTHON_VERSION_PATCH |
Definition at line 107 of file FindJythonInterp.cmake.