Merge topic 'MakingConfigFilesEasier_ConfigureMacro'

6973e2d wrap write_basic_config_version_file as write_basic_package_version_file()
204f5d4 add CMakePackageConfigHelpers: configure_package_config_file()
This commit is contained in:
David Cole
2012-03-08 15:14:12 -05:00
committed by CMake Topic Stage
5 changed files with 228 additions and 32 deletions
+1 -1
View File
@@ -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. "