summaryrefslogtreecommitdiffstats
path: root/Modules/FindDevIL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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