BASIS  r3148
FindPerl.cmake File Reference

Find Perl interpreter. More...

#include "FindCygwin.cmake"
#include "FindPackageHandleStandardArgs.cmake"
+ Include dependency graph for FindPerl.cmake:

Go to the source code of this file.

Variables

cmake PERL_POSSIBLE_BIN_PATHS
cmake PERL_VERSION_MAJOR
cmake PERL_VERSION_MINOR
cmake PERL_VERSION_PATCH
cmake PERL_VERSION_STRING

Detailed Description

Find Perl interpreter.

Output variables:
Perl_FOUND Was the Python executable found.
PERL_FOUND Alias for Perl_FOUND for backwards compatibility.
PERL_EXECUTABLE Path to the Perl interpreter.
PERL_VERSION_STRING Perl version found e.g. 5.12.4.
PERL_VERSION_MAJOR Perl major version found e.g. 5.
PERL_VERSION_MINOR Perl minor version found e.g. 12.
PERL_VERSION_PATCH Perl patch version found e.g. 4.
Note:
This module has been copied from CMake 2.8.5 and modified to also obtain the version information of the found Perl interpreter.

Definition in file FindPerl.cmake.


Variable Documentation

Definition at line 43 of file FindPerl.cmake.

Definition at line 96 of file FindPerl.cmake.

Definition at line 97 of file FindPerl.cmake.

Definition at line 98 of file FindPerl.cmake.

Definition at line 99 of file FindPerl.cmake.