[Cmake-commits] CMake branch, next, updated. v2.8.9-1010-g9a29139

Alexander Neundorf neundorf at kde.org
Thu Oct 4 15:56:29 EDT 2012


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  9a291392946a9777a23f4d9ad6af757b00ed8f81 (commit)
       via  e2b1630830201b3021dff19a3c98c4601693f269 (commit)
      from  8a51466bbe4ad4768c42ba032149534fe003b68f (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=9a291392946a9777a23f4d9ad6af757b00ed8f81
commit 9a291392946a9777a23f4d9ad6af757b00ed8f81
Merge: 8a51466 e2b1630
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Thu Oct 4 15:56:19 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 4 15:56:19 2012 -0400

    Merge topic 'DocumentCMakeFindPackageName' into next
    
    e2b1630 Document CMAKE_FIND_PACKAGE_NAME


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e2b1630830201b3021dff19a3c98c4601693f269
commit e2b1630830201b3021dff19a3c98c4601693f269
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Thu Oct 4 21:54:40 2012 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Thu Oct 4 21:54:40 2012 +0200

    Document CMAKE_FIND_PACKAGE_NAME
    
    Alex

diff --git a/Modules/readme.txt b/Modules/readme.txt
index 4818031..9dc1c6a 100644
--- a/Modules/readme.txt
+++ b/Modules/readme.txt
@@ -127,6 +127,9 @@ If neither the QUIET nor REQUIRED options are given then the
 FindXXX.cmake module should look for the package and complain without
 error if the module is not found.
 
+FIND_PACKAGE() will set the variable CMAKE_FIND_PACKAGE_NAME to
+contain the actual name of the package.
+
 A package can provide sub-components.
 Those components can be listed after the COMPONENTS (or REQUIRED)
 or OPTIONAL_COMPONENTS keywords.  The set of all listed components will be

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

Summary of changes:
 Modules/readme.txt |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list