summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵Brad King2004-04-191-3/+4
| | | | the cmake configure step if the package is not found.
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in ↵Brad King2003-07-241-1/+1
| | | | FindFOO.cmake module that is found.
* ENH: Added QUIET optional argument to block error message when _DIR variable ↵Brad King2003-07-161-3/+7
| | | | is not set. Also removed upper-casing of package name.
* 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