summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
Commit message (Expand)AuthorAgeFilesLines
...
* COMP: fix compile warning/error (non-void function returning void)Alexander Neundorf2008-09-071-1/+1
* ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ va...Alexander Neundorf2008-09-061-0/+1
* ENH: Teach find_package about lib64 pathsBrad King2008-08-121-0/+1
* ENH: Add HINTS option to find_* commands.Brad King2008-06-091-1/+2
* ENH: Refactor cmFindCommon, cmFindBase, and cmFindPackageCommandBrad King2008-06-051-3/+7
* ENH: Added version support to Config mode of find_package command.Brad King2008-01-291-0/+10
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Implement version support in the find_package command module mode. Vers...Brad King2008-01-211-0/+5
* ENH: Major improvements to the FIND_PACKAGE command. See bug #3659.Brad King2008-01-171-40/+38
* STYLE: Removed trailing whitespace.Brad King2007-12-151-5/+5
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* COMP: also commit the header...Alexander Neundorf2007-08-071-0/+2
* STYLE: fix some typos, nicer debug outputAlexander Neundorf2007-07-191-1/+1
* ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the com...Brad King2006-10-261-5/+7
* ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE...Brad King2006-01-271-2/+5
* ENH: Make commands scriptableAndy Cedilnik2005-12-071-0/+5
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-3/+0
* ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate t...Brad King2004-04-191-3/+4
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in Fi...Brad King2003-07-241-1/+1
* ENH: Added QUIET optional argument to block error message when _DIR variable ...Brad King2003-07-161-3/+7
* BUG: This command must be inherited.Brad King2003-02-171-0/+3
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-4/+13
* ENH: Added FIND_PACKAGE command prototyp.Brad King2003-01-211-0/+87