Find Perl interpreter. More...
#include "${CMAKE_ROOT}/Modules/FindCygwin.cmake"
#include "FindPackageHandleStandardArgs.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 |
Find Perl interpreter.
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. |
Definition in file FindPerl.cmake.
cmake Perl_FOUND |
Definition at line 105 of file FindPerl.cmake.
cmake PERL_POSSIBLE_BIN_PATHS |
Definition at line 47 of file FindPerl.cmake.
cmake PERL_VERSION_MAJOR |
Definition at line 83 of file FindPerl.cmake.
cmake PERL_VERSION_MINOR |
Definition at line 84 of file FindPerl.cmake.
cmake PERL_VERSION_PATCH |
Definition at line 85 of file FindPerl.cmake.
cmake PERL_VERSION_STRING |
Definition at line 86 of file FindPerl.cmake.