MantisBT - CMake
View Issue Details
0006241CMakeModulespublic2008-01-14 17:512008-01-14 21:16
Brandon Van Every 
 
normalmajoralways
closedno change required 
 
 
0006241: FindPerlLibs should use FindPerl
Currently FindPerlLibs uses FIND_PROGRAM(PERL_EXECUTABLE perl ) to find Perl. It should use the more comprehensive routines available with FindPerl. For instance, FindPerl searches registry entries on Windows. Currently, if a program executes FindPerl and then FindPerlLibs, the latter could change the value of PERL_EXECUTABLE to NOT_FOUND, even though Perl is available.
No tags attached.
Issue History
2008-01-14 17:51Brandon Van EveryNew Issue
2008-01-14 21:16Bill HoffmanNote Added: 0010151
2008-01-14 21:16Bill HoffmanStatusnew => closed
2008-01-14 21:16Bill HoffmanResolutionopen => no change required

Notes
(0010151)
Bill Hoffman   
2008-01-14 21:16   
This is not a bug, after it is found, cmake will not find it again. See the docs for find_program.