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  1fa6f9172ebb8db4c8a4f2d2b63aa91ae5d37b50 (commit)
       via  b73e05d7c9938547213333a5798f852d6afb726a (commit)
      from  8eefc48a4659cc3b4d341990693a01dd77974863 (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=1fa6f9172ebb8db4c8a4f2d2b63aa91ae5d37b50
commit 1fa6f9172ebb8db4c8a4f2d2b63aa91ae5d37b50
Merge: 8eefc48 b73e05d
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Wed Mar 6 15:35:49 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Mar 6 15:35:49 2013 -0500

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b73e05d7c9938547213333a5798f852d6afb726a
commit b73e05d7c9938547213333a5798f852d6afb726a
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 21:35: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..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 "

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

Summary of changes:


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