diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-02-17 00:36:18 +0100 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-07 11:23:18 -0500 |
commit | 6973e2d5a8be4d19aeb26fa67c0ed501ed81364e (patch) | |
tree | f01b6b5ecabbe560915171bd30cdd2a7eb355abf /Source/cmFindPackageCommand.cxx | |
parent | 204f5d443c68317b8a24439035bf1f6c39cc001c (diff) | |
download | cmake-6973e2d5a8be4d19aeb26fa67c0ed501ed81364e.tar.gz |
wrap write_basic_config_version_file as write_basic_package_version_file()
So the name fits better with configure_package_config_file(), as
discussed on the mailing list. Adapt the documentation accordingly.
Alex
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 22bb628975..04432ca0e8 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -192,7 +192,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. " |