Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 1 | -0/+10 |
| | | | | | | - Added EXACT option to request an exact version. - Enforce version using check provided by package. - Updated FindPackageTest to test versioning in config mode. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: Implement version support in the find_package command module mode. ↵ | Brad King | 2008-01-21 | 1 | -0/+5 |
| | | | | 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: Major improvements to the FIND_PACKAGE command. See bug #3659. | Brad King | 2008-01-17 | 1 | -40/+38 |
| | | | | | | | | | - Use CMAKE_PREFIX_PATH and CMAKE_SYSTEM_PREFIX_PATH among other means to locate package configuration files. - Create cmFindCommon as base for cmFindBase and cmFindPackageCommand - Move common functionality up to cmFindCommon - Improve documentation of FIND_* commands. - Fix FIND_* commands to not add framework/app paths in wrong place. | ||||
* | STYLE: Removed trailing whitespace. | Brad King | 2007-12-15 | 1 | -5/+5 |
| | |||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | COMP: also commit the header... | Alexander Neundorf | 2007-08-07 | 1 | -0/+2 |
| | | | | Alex | ||||
* | STYLE: fix some typos, nicer debug output | Alexander Neundorf | 2007-07-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the ↵ | Brad King | 2006-10-26 | 1 | -5/+7 |
| | | | | command. Re-implemented argument parsing to be simpler and more robust. | ||||
* | 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 |