summaryrefslogtreecommitdiffstats
path: root/Modules/FindWget.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-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 toAlexander Neundorf2007-07-231-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 theAlexander Neundorf2007-07-191-9/+5
| | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex
* ENH: cleanupsKen Martin2005-12-151-4/+3
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-5/+5
|
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-1/+1
|
* Add helpful message for QT Windows usersIan Scott2002-09-021-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 Barre2001-12-041-14/+8
|
* Move usual Unix commands to FindUnixCommands, use FingCygwin in other modulesSebastien Barre2001-11-021-3/+16
|
* Add Doxygen and Wget modules. Very simple. But might be more complex later, ↵Sebastien Barre2001-10-231-0/+7
so let's use them asap