summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-08 20:14:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-08 20:14:12 (GMT)
commitda43d8fa8d96f5bb4363b3fd093af97c8735c432 (patch)
tree0818855b0181f49a02ddbe5697410de0fda1a2b5 /Source/cmFindPackageCommand.cxx
parentf55119e63b4063daf6c8cdce5eb5415d04b0c2bd (diff)
parent6973e2d5a8be4d19aeb26fa67c0ed501ed81364e (diff)
downloadCMake-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.cxx2
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. "