summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix #13195: avoid multiple mentions of found packagesAlex Neundorf2012-05-061-32/+60
* find_package: Fix components signature documentation (#13142)Brad King2012-04-191-3/+3
* find_package: Document <package>_FIND_* variables (#13142)Brad King2012-04-181-0/+23
* find_package: add documentation for OPTIONAL_COMPONENTSAlex Neundorf2012-03-191-4/+9
* find_package: add OPTIONAL_COMPONENTS keywordAlex Neundorf2012-03-191-5/+39
* find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSEAlex Neundorf2012-03-131-4/+34
* Merge topic 'find_package_fatal_error_if_required_and_config_not_found'David Cole2012-03-081-0/+4
|\
| * find_package: error out if REQUIRED Config has not been foundAlex Neundorf2012-03-061-0/+4
* | Merge topic 'MakingConfigFilesEasier_ConfigureMacro'David Cole2012-03-081-1/+1
|\ \ | |/ |/|
| * wrap write_basic_config_version_file as write_basic_package_version_file()Alex Neundorf2012-03-071-1/+1
* | Merge topic 'add-const-qualifiers'David Cole2012-03-021-2/+2
|\ \
| * | Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-2/+2
| |/
* | find_package: Optionally warn when implicitly using Config modeBrad King2012-02-281-0/+41
* | find_package: Reject mixed use of MODULE- and CONFIG-only optionsBrad King2012-02-281-43/+37
* | find_package: mention requested version number in error messageAlex Neundorf2012-02-281-2/+11
* | find_package: add CONFIG mode keyword alias for NO_MODULEAlex Neundorf2012-02-281-4/+21
* | find_package: add MODULE mode to use only Find-modulesAlex Neundorf2012-02-281-56/+116
* | find_package: improve error message when no Find module is presentAlex Neundorf2012-02-281-18/+17
* | find_package: rename NoModule to UseFindModulesAlex Neundorf2012-02-271-14/+14
* | find_package: print error if an invalid CONFIGS name is usedAlex Neundorf2012-02-271-0/+1
|/
* fix FeatureSummary for REQUIRED packages, they were reported as OPTIONALAlex Neundorf2012-02-111-0/+9
* Refactor find_* command final path list computationBrad King2011-09-231-13/+1
* Merge topic 'WriteConfigVersionFile_2TemplateFiles'David Cole2011-08-161-0/+3
|\
| * Provide macro write_basic_config_version_file()Alex Neundorf2011-08-011-0/+3
* | Merge topic 'FeatureSummaryImprovements'David Cole2011-08-021-8/+8
|\ \ | |/ |/|
| * FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keywordAlex Neundorf2011-07-171-8/+8
* | Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switchAlex Neundorf2011-06-231-0/+4
* | Add a switch to disable a find_package() call completelyAlex Neundorf2011-06-211-0/+18
|/
* Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-081-6/+18
* find_package: Check both 32-bit and 64-bit registry viewsBrad King2011-04-131-5/+37
* find_package: Search a "system package registry"Brad King2011-04-131-13/+36
* find_package: Document user package registry locationsBrad King2011-04-131-3/+10
* find_package: Cleanup user package registry less aggressivelyBrad King2011-04-131-4/+3
* find_package: Rename implementation of user package registryBrad King2011-04-131-5/+5
* find_package: Forward component list for recursive calls in modulesBrad King2011-04-071-14/+23
* Speedup find_* commands (#11412)Brad King2010-11-121-7/+17
* Merge topic 'ImproveFindPackageConfigMode'Brad King2010-09-081-34/+109
|\
| * Improve wording of the error message of find_package() in config-modeAlex Neundorf2010-08-311-9/+10
| * Don't create an empty element at the end of Foo_CONSIDERED_CONFIGS/VERSIONSAlex Neundorf2010-08-291-2/+5
| * Replace the two vector<string,string> with one vector<struct{string,string}>Alex Neundorf2010-08-291-13/+14
| * Improve error message in Config-mode when no appropriate version was foundAlex Neundorf2010-08-291-36/+50
| * Record all considered Config files and their versions.Alex Neundorf2010-08-291-10/+66
* | Log the required package version and major improvement to FeatureSummaryAlex Neundorf2010-08-241-0/+14
|/
* Teach find_* commands to ignore some pathsTodd Gamblin2010-08-131-0/+14
* Document and test find_package <pkg>_DIR env varBrad King2009-11-041-0/+1
* Fix find_package() when <pkg>_DIR is wrongBrad King2009-10-071-10/+17
* Create cmMakefile::PlatformIs64Bit helper methodBrad King2009-09-301-8/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Use BeAPI for per-user package registry on HaikuBrad King2009-09-281-0/+12
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-4/+4