summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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