diff options
author | Brad King <brad.king@kitware.com> | 2013-03-12 17:46:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-03-12 17:46:31 (GMT) |
commit | d74d154704ce9e4c370bd81d562ce19efd82b5fb (patch) | |
tree | 4c9262fecd89dba578751881b5e775cd3ad78c53 | |
parent | e58117b2ba6c4fe823c9b5bebc4ae1d1fc9e0bca (diff) | |
parent | b73e05d7c9938547213333a5798f852d6afb726a (diff) | |
download | CMake-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.cxx | 3 |
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 " |