summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Allow the Package Registry to be disabled (#14849)Daniele E. Domenichelli2014-05-121-0/+12
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-55/+55
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+2
* FeatureSummary: Don't list transitive package dependenciesStephen Kelly2014-02-031-0/+6
* Merge topic 'minor-cleanups'Brad King2014-01-071-2/+2
|\
| * Add cmHasLiteralSuffix API.Stephen Kelly2014-01-061-2/+2
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+1
|/
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-14/+15
* Drop compatibility with CMake < 2.4Brad King2013-10-231-96/+0
* Drop builtin command documentationBrad King2013-10-161-316/+0
* Haiku: Remove use of B_COMMON_DIRECTORYAdrien Destugues2013-10-081-7/+11
* Mention that IMPORTED targets may be created by a find_package call.Stephen Kelly2013-03-061-1/+2
* Revert "Add a way to exclude INTERFACE properties from exported targets."Stephen Kelly2013-02-131-21/+0
* Revert "find_package: Reword <package>_NO_INTERFACES documentation"Stephen Kelly2013-02-131-17/+18
* find_package: Reword <package>_NO_INTERFACES documentationBrad King2013-02-011-18/+17
* Add a way to exclude INTERFACE properties from exported targets.Stephen Kelly2013-01-311-0/+21
* exports: define a CMAKE_FIND_PACKAGE_NAME var set by find_package()Alex Neundorf2012-09-301-0/+2
* find_package: add support for a <package>_NOT_FOUND_MESSAGE variableAlex Neundorf2012-09-281-0/+10
* 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