summaryrefslogtreecommitdiffstats
path: root/Modules/FindDevIL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
| | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-1/+14
| | | | | | | 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.
* Fixes Issue #8994Philip Lowman2009-08-131-1/+1
|
* ENH: Made the documentation for FindDevIL.cmake cleaner. Changed the ↵Christopher Harvey2009-02-091-12/+12
| | | | XXX_LIBRARYs to XXX_LIBRARIES.
* BUG: the modules shipped with cmake don't needAlexander Neundorf2008-11-131-2/+1
| | | | | | | | | CMAKE_MINIMUM_REQUIRED(VERSION), because the cmake they are shipped with is always ok. Additionally, if a Find-module does CMAKE_MINIMUM_REQUIRED(), it changes the policies as they may be set up by the project. So this shouldn't be done in a Find-module (or surrounded by policy-push/pop commands) Alex
* ENH: Added First revision of FindDevIL.cmakeChristopher Harvey2008-11-121-0/+51