Variables
FindPerl.cmake File Reference

Find Perl interpreter. More...

#include "${CMAKE_ROOT}/Modules/FindCygwin.cmake"
#include "FindPackageHandleStandardArgs.cmake"
+ Include dependency graph for FindPerl.cmake:

Go to the source code of this file.

Variables

cmake Perl_FOUND
 
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_DIR Installation prefix of 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

§ Perl_FOUND

cmake Perl_FOUND

Definition at line 105 of file FindPerl.cmake.

§ PERL_POSSIBLE_BIN_PATHS

cmake PERL_POSSIBLE_BIN_PATHS

Definition at line 47 of file FindPerl.cmake.

§ PERL_VERSION_MAJOR

cmake PERL_VERSION_MAJOR

Definition at line 83 of file FindPerl.cmake.

§ PERL_VERSION_MINOR

cmake PERL_VERSION_MINOR

Definition at line 84 of file FindPerl.cmake.

§ PERL_VERSION_PATCH

cmake PERL_VERSION_PATCH

Definition at line 85 of file FindPerl.cmake.

§ PERL_VERSION_STRING

cmake PERL_VERSION_STRING

Definition at line 86 of file FindPerl.cmake.