Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | 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() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -9/+5 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -4/+3 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -5/+5 |
| | |||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | Add helpful message for QT Windows users | Ian Scott | 2002-09-02 | 1 | -2/+16 |
| | | | | | Add FindZLib in new format Move FindJPEG and FINDWGET over to new scheme | ||||
* | Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED. | Sebastien Barre | 2001-12-04 | 1 | -14/+8 |
| | |||||
* | Move usual Unix commands to FindUnixCommands, use FingCygwin in other modules | Sebastien Barre | 2001-11-02 | 1 | -3/+16 |
| | |||||
* | Add Doxygen and Wget modules. Very simple. But might be more complex later, ↵ | Sebastien Barre | 2001-10-23 | 1 | -0/+7 |
so let's use them asap |