summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-03-12 17:46:31 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-03-12 17:46:31 (GMT)
commitd74d154704ce9e4c370bd81d562ce19efd82b5fb (patch)
tree4c9262fecd89dba578751881b5e775cd3ad78c53
parente58117b2ba6c4fe823c9b5bebc4ae1d1fc9e0bca (diff)
parentb73e05d7c9938547213333a5798f852d6afb726a (diff)
downloadCMake-d74d154704ce9e4c370bd81d562ce19efd82b5fb.zip
CMake-d74d154704ce9e4c370bd81d562ce19efd82b5fb.tar.gz
CMake-d74d154704ce9e4c370bd81d562ce19efd82b5fb.tar.bz2
Merge topic 'update-find_package-docs'
b73e05d Mention that IMPORTED targets may be created by a find_package call.
-rw-r--r--Source/cmFindPackageCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index 470ceca..aa3a73d 100644
--- a/Source/cmFindPackageCommand.cxx
+++ b/Source/cmFindPackageCommand.cxx
@@ -95,7 +95,8 @@ void cmFindPackageCommand::GenerateDocumentation()
"Finds and loads settings from an external project. "
"<package>_FOUND will be set to indicate whether the package was found. "
"When the package is found package-specific information is provided "
- "through variables documented by the package itself. "
+ "through variables and imported targets documented by the package "
+ "itself. "
"The QUIET option disables messages if the package cannot be found. "
"The MODULE option disables the second signature documented below. "
"The REQUIRED option stops processing with an error message if the "