Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -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 #8994 | Philip Lowman | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | ENH: Made the documentation for FindDevIL.cmake cleaner. Changed the ↵ | Christopher Harvey | 2009-02-09 | 1 | -12/+12 |
| | | | | XXX_LIBRARYs to XXX_LIBRARIES. | ||||
* | BUG: the modules shipped with cmake don't need | Alexander Neundorf | 2008-11-13 | 1 | -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.cmake | Christopher Harvey | 2008-11-12 | 1 | -0/+51 |