Variables
FindJythonInterp.cmake File Reference

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
 

Detailed Description

Find Jython interpreter.

Output variables:
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.

Variable Documentation

§ _JythonInterp_ROOT

cmake _JythonInterp_ROOT

Definition at line 36 of file FindJythonInterp.cmake.

§ JYTHON_VERSION_PATCH

cmake JYTHON_VERSION_PATCH

Definition at line 107 of file FindJythonInterp.cmake.