summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-08-16 21:03:00 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-08-16 21:03:00 (GMT)
commit674be27a7f673d6af8de53ceb5d5ea407bd574ad (patch)
treeb5222632da2bff35d9cdfae9c7662101624bfb7b /Source
parent47a8d4f22c2be4f1a209b8a5a9bc087670b64a7f (diff)
parentc9761de7ad853c62aa2d7e0bc0a28bc697586d23 (diff)
downloadCMake-674be27a7f673d6af8de53ceb5d5ea407bd574ad.zip
CMake-674be27a7f673d6af8de53ceb5d5ea407bd574ad.tar.gz
CMake-674be27a7f673d6af8de53ceb5d5ea407bd574ad.tar.bz2
Merge topic 'WriteConfigVersionFile_2TemplateFiles'
c9761de Improve documentation for WriteBasicConfigVersionFile.cmake 208bb90 Set UNSUITABLE instead of not COMPATIBLE bb03c2d Really fix copyright notice d50a61a Fix copyright notice 4ba09bc Add some tests for write_basic_config_version_file() 02b1e4b Add example to documentation d216a67 Provide macro write_basic_config_version_file()
Diffstat (limited to 'Source')
-rw-r--r--Source/cmFindPackageCommand.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index 5aed5e2..2e72b58 100644
--- a/Source/cmFindPackageCommand.cxx
+++ b/Source/cmFindPackageCommand.cxx
@@ -191,6 +191,9 @@ void cmFindPackageCommand::GenerateDocumentation()
"\"<config-file>-version.cmake\" or \"<config-file>Version.cmake\". "
"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 "
+ "documentation for more details. "
"When a version file is found it is loaded to check the requested "
"version number. "
"The version file is loaded in a nested scope in which the following "