Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | FindAVIFile: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -11/+9 |
| | |||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | 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. | ||||
* | ENH: mark the two variables as advanced | Alexander Neundorf | 2009-03-27 | 1 | -3/+1 |
| | | | | | | -remove unnecessary deault search dirs Alex | ||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 1 | -4/+5 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -8/+6 |
| | |||||
* | ENH: Removing extra 64-bit search paths. They are now constructed ↵ | Brad King | 2005-04-07 | 1 | -1/+0 |
| | | | | automatically from the paths listed. | ||||
* | ENH: Adding support for 64-bit library paths. Contributed by Peter Vanroose. | Brad King | 2005-04-07 | 1 | -0/+1 |
| | |||||
* | Fixed mistake in comments | Ian Scott | 2002-09-03 | 1 | -1/+1 |
| | | | | | Transferred OPENGL finding logic in from VXL Added Some backwards compatibility with CMake1.4 | ||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 1 | -0/+40 |
FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. |