repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: add more paths for the HP
[cmake.git]
/
Modules
/
FindPerl.cmake
blob
af2328b19b78d936be79740bf2d011007c81c638
1
#
2
# this module looks for Perl
3
#
4
5
INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake)
6
7
FIND_PROGRAM(PERL
8
perl
9
"C:/Perl/bin"
10
[HKEY_LOCAL_MACHINE\\SOFTWARE\\ActiveState\\ActivePerl\\628]/bin
11
${CYGWIN_INSTALL_PATH}/bin
12
)
13
14
MARK_AS_ADVANCED(
15
PERL
16
)