Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added optional component list to the REQUIRED option of the ↵ | Brad King | 2006-01-27 | 1 | -2/+5 |
| | | | | FIND_PACKAGE command. This addresses bug#2771. | ||||
* | ENH: Make commands scriptable | Andy Cedilnik | 2005-12-07 | 1 | -0/+5 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -3/+0 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵ | Brad King | 2004-04-19 | 1 | -3/+4 |
| | | | | the cmake configure step if the package is not found. | ||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in ↵ | Brad King | 2003-07-24 | 1 | -1/+1 |
| | | | | FindFOO.cmake module that is found. | ||||
* | ENH: Added QUIET optional argument to block error message when _DIR variable ↵ | Brad King | 2003-07-16 | 1 | -3/+7 |
| | | | | is not set. Also removed upper-casing of package name. | ||||
* | BUG: This command must be inherited. | Brad King | 2003-02-17 | 1 | -0/+3 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -4/+13 |
| | |||||
* | ENH: Added FIND_PACKAGE command prototyp. | Brad King | 2003-01-21 | 1 | -0/+87 |