This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  5bc2cc79977e38bd639dd300f1f2ea67bced4de7 (commit)
       via  192228225995366728ea9f94f35a070636c7b1f0 (commit)
      from  cab81f23cb59bd5cbd50970a91d42f4a465a79e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5bc2cc79977e38bd639dd300f1f2ea67bced4de7
commit 5bc2cc79977e38bd639dd300f1f2ea67bced4de7
Merge: cab81f2 1922282
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Mar 6 11:50:52 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Mar 6 11:50:52 2013 -0500

    Merge topic 'update-find_package-docs' into next
    
    1922282 Mention that IMPORTED targets may be created by a find_package call.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=192228225995366728ea9f94f35a070636c7b1f0
commit 192228225995366728ea9f94f35a070636c7b1f0
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Tue Mar 5 23:01:22 2013 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Wed Mar 6 17:50:20 2013 +0100

    Mention that IMPORTED targets may be created by a find_package call.

diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx
index 470ceca..0122dc1 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 "

-----------------------------------------------------------------------

Summary of changes:
 Source/cmFindPackageCommand.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to