summaryrefslogtreecommitdiffstats
path: root/Modules/FindOpenAL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be ↵Brad King2008-01-161-11/+2
| | | | referenced directly by FIND_* command calls. The commands search it automatically.
* ENH: Added all lowercase 'openal' to library search names in hopes of addressingEric Wing2008-01-041-3/+3
| | | | bug 6201 (won't detect on Gentoo).
* BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.Eric Wing2007-12-211-52/+99
| | | | | | | | 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 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 in some of the FindXXXAlexander Neundorf2007-07-181-30/+8
| | | | | | | modules, remove some of the extra search paths which are also searched by default Alex
* ENH: add documentation support for modulesBill Hoffman2005-12-141-7/+6
|
* ENH: changes from Eric Wing, bug 2249Bill Hoffman2005-10-281-10/+39
|
* ENH: add Eric Wings FindSDL updatesBill Hoffman2005-08-101-1/+2
|
* ENH: add a bunch of find sdl stuff from eric wingBill Hoffman2005-07-131-0/+55