Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Also add ARCHLIB/CORE to include search paths so perl.h can be found on ↵ | Philip Lowman | 2009-07-18 | 1 | -0/+1 |
| | | | | non-standard install prefixes | ||||
* | ENH: Improve detection of perl.h/libperl, issue #7898 | Philip Lowman | 2009-07-18 | 1 | -36/+199 |
| | |||||
* | ENH: find perl with FindPerl not find_program, bug: 6243 | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
| | |||||
* | BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $ | Bill Hoffman | 2007-12-12 | 1 | -3/+2 |
| | |||||
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -1/+1 |
| | | | | | | | | FIND_PACKAGE_HANDLE_STANDARD_ARGS(), so cmake modules can specify their own better failure messages. If the default is ok use "DEFAULT_MSG". Do this also for FindBoost.cmake (#5349) Alex | ||||
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXX | Alexander Neundorf | 2007-07-18 | 1 | -6/+7 |
| | | | | | | | modules, remove some of the extra search paths which are also searched by default Alex | ||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+1 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -2/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+2 |
| | |||||
* | ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+64 |
support module to cmake |