diff options
author | David Cole <david.cole@kitware.com> | 2012-03-08 20:14:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-08 20:14:12 (GMT) |
commit | da43d8fa8d96f5bb4363b3fd093af97c8735c432 (patch) | |
tree | 0818855b0181f49a02ddbe5697410de0fda1a2b5 /Source/cmFindPackageCommand.cxx | |
parent | f55119e63b4063daf6c8cdce5eb5415d04b0c2bd (diff) | |
parent | 6973e2d5a8be4d19aeb26fa67c0ed501ed81364e (diff) | |
download | CMake-da43d8fa8d96f5bb4363b3fd093af97c8735c432.zip CMake-da43d8fa8d96f5bb4363b3fd093af97c8735c432.tar.gz CMake-da43d8fa8d96f5bb4363b3fd093af97c8735c432.tar.bz2 |
Merge topic 'MakingConfigFilesEasier_ConfigureMacro'
6973e2d wrap write_basic_config_version_file as write_basic_package_version_file()
204f5d4 add CMakePackageConfigHelpers: configure_package_config_file()
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r-- | Source/cmFindPackageCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index 9177162..e807bd5 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -198,7 +198,7 @@ void cmFindPackageCommand::GenerateDocumentation() "If no such version file is available then the configuration file " "is assumed to not be compatible with any requested version. " "A basic version file containing generic version matching code can be " - "created using the macro write_basic_config_version_file(), see its " + "created using the macro write_basic_package_version_file(), see its " "documentation for more details. " "When a version file is found it is loaded to check the requested " "version number. " |