Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be ↵ | Brad King | 2008-01-16 | 1 | -17/+3 |
| | | | | referenced directly by FIND_* command calls. The commands search it automatically. | ||||
* | BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found. | Eric Wing | 2007-12-21 | 1 | -69/+133 |
| | | | | | | | | BUG: FindSDL now has flag it responds to so it will not find/link against SDLmain. This is required to build libraries instead of applications since they don't have main(). ENH: All modules have a predictable search order, where environmental variables are searched before system paths. This is designed to make automation easier for those that need to automatically build projects without intervention but may be using alternative install locations for isolated testing. ENH: New modules for OpenSceneGraph, Freetype, GDAL, Lua, QuickTime, GIFLIB, Producer, OpenThreads. STYLE: Added documentation explaining peculuar SDL_LIBRARY_TEMP variable in SDL module when library find is incomplete. | ||||
* | 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 | -31/+11 |
| | | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex | ||||
* | BUG: fix for 3765 | Bill Hoffman | 2006-10-03 | 1 | -0/+1 |
| | |||||
* | ENH: cleanups | Ken Martin | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -5/+4 |
| | |||||
* | ENH: changes from Eric Wing, bug 2249 | Bill Hoffman | 2005-10-28 | 1 | -18/+50 |
| | |||||
* | ENH: add Eric Wings FindSDL updates | Bill Hoffman | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | ENH: add a bunch of find sdl stuff from eric wing | Bill Hoffman | 2005-07-13 | 1 | -16/+113 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -1/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -1/+2 |
| | |||||
* | merge from branch | Ken Martin | 2003-01-22 | 1 | -0/+33 |