MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0006243 | CMake | Modules | public | 2008-01-14 21:37 | 2008-10-01 16:10 |
Reporter | Brandon Van Every | ||||
Assigned To | Bill Hoffman | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0006243: FindPerlLibs should search harder for Perl | ||||
Description | FindPerlLibs only uses FIND_PROGRAM(PERL_EXECUTABLE perl ) to search for Perl. FindPerl is much more aggressive about trying to find Perl; it searches HKEY on Windows, and also Cygwin paths. If FindPerl is used before FindPerlLibs, there is no problem, as FindPerl will correctly set PERL_EXECUTABLE and the value will be retained in the cache. However, FindPerlLibs may be used in isolation, since it does determine PERL_EXECUTABLE. I would suggest either: (1) putting include(FindPerl) inside of FindPerlLibs, or (2) removing FIND_PROGRAM from FindPerlLibs, and acting upon the value of PERL_EXECUTABLE. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-01-14 21:37 | Brandon Van Every | New Issue | |||
2008-01-15 11:32 | Bill Hoffman | Status | new => closed | ||
2008-01-15 11:32 | Bill Hoffman | Resolution | open => no change required | ||
2008-01-15 14:21 | Bill Hoffman | Note Added: 0010156 | |||
2008-01-15 14:21 | Bill Hoffman | Status | closed => acknowledged | ||
2008-01-15 14:21 | Bill Hoffman | Resolution | no change required => open | ||
2008-02-15 10:43 | Bill Hoffman | Status | acknowledged => assigned | ||
2008-02-15 10:43 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
2008-10-01 16:10 | Bill Hoffman | Status | assigned => closed | ||
2008-10-01 16:10 | Bill Hoffman | Note Added: 0013680 | |||
2008-10-01 16:10 | Bill Hoffman | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|