summaryrefslogtreecommitdiffstats
path: root/Modules/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Note find_package COMPONENTS in modules docBrad King2009-02-161-2/+3
| | | | | This mentions the COMPONENTS option of find_package in the module author documentation file "Modules/readme.txt". See issue #8539.
* ENH: Improve find_package version numberingBrad King2008-09-101-7/+12
| | | | | | | | Make the number of version components specified explicitly available. Set variables for unspecified version components to "0" instead of leaving them unset. This simplifies version number handling for find- and config-modules. Also support a fourth "tweak" version component since some packages use them.
* ENH: Added version support to Config mode of find_package command.Brad King2008-01-291-7/+8
| | | | | | - Added EXACT option to request an exact version. - Enforce version using check provided by package. - Updated FindPackageTest to test versioning in config mode.
* ENH: Implement version support in the find_package command module mode. ↵Brad King2008-01-211-1/+17
| | | | Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645.
* ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of theAlexander Neundorf2007-07-191-2/+5
| | | | | | | not-too-complicated modules -remove unnecessary default search paths used in the FIND_XXX() calls Alex
* ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable.Brad King2006-11-011-0/+3
|
* STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS.Brad King2006-10-101-1/+1
|
* ENH: Added documentation about XXX_FIND_COMPONENTS for FIND_PACKAGE.Brad King2006-07-211-5/+6
|
* STYLE: Added note about singular versus plural name for XXX_INCLUDE_DIRS. ↵Brad King2006-07-181-2/+5
| | | | Added XXX_LIBRARY_DIRS and XXX_YY_INCLUDE_DIR conventions.
* ENH: Added optional component list to the REQUIRED option of the ↵Brad King2006-01-271-0/+18
| | | | FIND_PACKAGE command. This addresses bug#2771.
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+29
|
* Add important missing word to documentationIan Scott2002-09-061-1/+1
|
* More detailed information about consistent FindXXX.cmake filesIan Scott2002-09-061-10/+21
|
* Define a single expected format for the values defined in every ↵Ian Scott2002-09-021-0/+18
FindXXX.cmake file. Upgrade all the QT functionality to use the new FindXXX.cmake format Add a module for AVIFile.