summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested w...Brad King2006-07-111-3/+31
* STYLE: fix line lengthKen Martin2006-05-101-6/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-21/+21
* ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE...Brad King2006-01-271-0/+5
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-1/+1
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-271-0/+9
* 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 t...Brad King2004-04-191-3/+25
* 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 c...Brad King2003-08-071-2/+95
* ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in Fi...Brad King2003-07-241-2/+13
* ENH: Added QUIET optional argument to block error message when _DIR variable ...Brad King2003-07-161-4/+29
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-1/+1
* ENH: Added support for looking through CMAKE_MODULE_PATH to locate Find<name>...Brad King2003-01-221-10/+31
* ENH: Added FIND_PACKAGE command prototyp.Brad King2003-01-211-0/+231