Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Updated FindPackageTest to test new find_package command features. | Brad King | 2008-01-17 | 11 | -0/+70 |
| | |||||
* | ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and ↵ | Brad King | 2007-12-19 | 1 | -3/+3 |
| | | | | consistency with other find path variable names. | ||||
* | ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. | Alexander Neundorf | 2007-10-26 | 2 | -0/+13 |
| | | | | | | | | CMAKE_FIND_PREFIX_PATH is both an environment variable and a cmake variable, which is a list of base directories where FIND_PATH, FIND_FILE, FIND_PROGRAM and FIND_LIBRARY will search in the respective subdirectories Alex | ||||
* | ENH: remove the watch for the upper case variable name, it breaks the | Alexander Neundorf | 2007-08-08 | 1 | -1/+1 |
| | | | | | | | feature summary, which needs to check for both the upper case and original case _FOUND variables Alex | ||||
* | BUG: disable this test temporarily | Alexander Neundorf | 2007-08-07 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: Added FindPackageTest to improve coverage. | Brad King | 2003-07-24 | 2 | -0/+16 |