summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: big change that includes immediate subdir support, removing the notion ↵Ken Martin2005-03-181-1/+1
| | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
* PERF: Remove several classes from the bootstrap and so making bootstrap ↵Andy Cedilnik2004-10-271-0/+9
| | | | smaller and faster
* BUG#682: Adding environment variable check to FIND_PACKAGE command.Brad King2004-04-261-0/+14
|
* STYLE: Removed trailing whitespace.Brad King2004-04-261-24/+24
|
* ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵Brad King2004-04-191-3/+25
| | | | the cmake configure step if the package is not found.
* ERR: That slash is unnecessaryAndy Cedilnik2004-03-281-1/+1
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-41/+15
|
* BUG: Fixed typo in error message.Brad King2004-01-051-1/+1
|
* ERR: Fixed use of != operator for std::string on old broken compilers.Brad King2003-08-081-2/+2
|
* ENH: Added compatability for capitalization of _DIR and _FOUND variables in ↵Brad King2003-08-071-2/+95
| | | | cmake 1.6.
* ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in ↵Brad King2003-07-241-2/+13
| | | | FindFOO.cmake module that is found.
* ENH: Added QUIET optional argument to block error message when _DIR variable ↵Brad King2003-07-161-4/+29
| | | | is not set. Also removed upper-casing of package name.
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+1
|
* ENH: Added support for looking through CMAKE_MODULE_PATH to locate ↵Brad King2003-01-221-10/+31
| | | | Find<name>.cmake modules.
* ENH: Added FIND_PACKAGE command prototyp.Brad King2003-01-211-0/+231