summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-03-05 22:01:22 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-03-06 20:35:20 (GMT)
commitb73e05d7c9938547213333a5798f852d6afb726a (patch)
tree5d6f46cddccb50f6500399b9efbc3f18f902a360 /Source/cmFindPackageCommand.cxx
parente162d88fbb7ffa43da3be82a6df4542c8fa3113a (diff)
downloadCMake-b73e05d7c9938547213333a5798f852d6afb726a.zip
CMake-b73e05d7c9938547213333a5798f852d6afb726a.tar.gz
CMake-b73e05d7c9938547213333a5798f852d6afb726a.tar.bz2
Mention that IMPORTED targets may be created by a find_package call.
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-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 "