summaryrefslogtreecommitdiff
path: root/Modules/FindGIF.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-16/+2
| | | | | | | | | | - The find_* commands now provide a HINTS option. - The option specifies paths to be preferred over the system paths. - Many Find* modules were using two find calls with NO_DEFAULT_PATH to approximate the behavior, but that blocked users from overriding things with CMAKE_PREFIX_PATH. - This commit uses the HINTS feature to get desired behavior in only one find command call.
* BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be ↵Brad King2008-01-151-11/+2
| | | | referenced directly by FIND_* command calls. The commands search it automatically.
* ENH: rename variables from GIFLIB_* to GIF_*Alexander Neundorf2008-01-041-26/+28
| | | | | | | | | | | | -add standard QUIET and REQUIRED handling -add GIF_LIBRARIES variable as readme.txt says -add name giflib to the names for the gif library -remove some unnecessary search paths for the lib (they are already part of the standard search paths, see Modules/Platform/UnixPaths.cmake) -FindFreetype.cmake: use PATH_SUFFIXES include again for the headers with the CMAKE_PREFIX_PATH variable Alex
* STYLE: rename FindGIFLIB.cmake to FindGIF.cmake, as discussed with EricAlexander Neundorf2008-01-041-0/+74
Alex