Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable. | Brad King | 2006-11-01 | 1 | -0/+3 |
| | |||||
* | STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS. | Brad King | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | ENH: Added documentation about XXX_FIND_COMPONENTS for FIND_PACKAGE. | Brad King | 2006-07-21 | 1 | -5/+6 |
| | |||||
* | STYLE: Added note about singular versus plural name for XXX_INCLUDE_DIRS. ↵ | Brad King | 2006-07-18 | 1 | -2/+5 |
| | | | | Added XXX_LIBRARY_DIRS and XXX_YY_INCLUDE_DIR conventions. | ||||
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 1 | -0/+18 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -1/+1 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+29 |
| | |||||
* | Add important missing word to documentation | Ian Scott | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | More detailed information about consistent FindXXX.cmake files | Ian Scott | 2002-09-06 | 1 | -10/+21 |
| | |||||
* | Define a single expected format for the values defined in every ↵ | Ian Scott | 2002-09-02 | 1 | -0/+18 |
FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile. |