[Cmake-commits] CMake branch, next, updated. v3.1.0-1742-g1756828

Brad King brad.king at kitware.com
Sun Jan 11 15:21:14 EST 2015


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  1756828f2df84e72da330848896d3e877810093f (commit)
       via  8435088d6a387847bf58c3805424bd82ad6e09ca (commit)
       via  b8abd25897c49aaf7461937283043f33c837031d (commit)
      from  16e597ec9e3e2e7fee69d8b8a150a413a24d0dc0 (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=1756828f2df84e72da330848896d3e877810093f
commit 1756828f2df84e72da330848896d3e877810093f
Merge: 16e597e 8435088
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sun Jan 11 15:21:13 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jan 11 15:21:13 2015 -0500

    Merge topic 'doc-CMAKE_FIND_PACKAGE_NAME' into next
    
    8435088d Help: Document CMAKE_FIND_PACKAGE_NAME variable
    b8abd258 find_package: Document CMAKE_FIND_PACKAGE_NAME variable


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8435088d6a387847bf58c3805424bd82ad6e09ca
commit 8435088d6a387847bf58c3805424bd82ad6e09ca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sun Jan 11 15:20:14 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sun Jan 11 15:20:14 2015 -0500

    Help: Document CMAKE_FIND_PACKAGE_NAME variable

diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 99088e0..2a22f14 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -36,6 +36,7 @@ Variables that Provide Information
    /variable/CMAKE_EXECUTABLE_SUFFIX
    /variable/CMAKE_EXTRA_GENERATOR
    /variable/CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES
+   /variable/CMAKE_FIND_PACKAGE_NAME
    /variable/CMAKE_GENERATOR
    /variable/CMAKE_GENERATOR_PLATFORM
    /variable/CMAKE_GENERATOR_TOOLSET
diff --git a/Help/variable/CMAKE_FIND_PACKAGE_NAME.rst b/Help/variable/CMAKE_FIND_PACKAGE_NAME.rst
new file mode 100644
index 0000000..bd1a30f
--- /dev/null
+++ b/Help/variable/CMAKE_FIND_PACKAGE_NAME.rst
@@ -0,0 +1,6 @@
+CMAKE_FIND_PACKAGE_NAME
+-----------------------
+
+Defined by the :command:`find_package` command while loading
+a find module to record the caller-specified package name.
+See command documentation for details.

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8abd25897c49aaf7461937283043f33c837031d
commit b8abd25897c49aaf7461937283043f33c837031d
Author:     Gregor Jasny <gjasny at googlemail.com>
AuthorDate: Sat Jan 10 20:41:52 2015 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sun Jan 11 15:16:48 2015 -0500

    find_package: Document CMAKE_FIND_PACKAGE_NAME variable
    
    Signed-off-by: Gregor Jasny <gjasny at googlemail.com>

diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index 190d05c..7f518a6 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -312,6 +312,8 @@ When loading a find module or package configuration file ``find_package``
 defines variables to provide information about the call arguments (and
 restores their original state before returning):
 
+``CMAKE_FIND_PACKAGE_NAME``
+  the ``<package>`` name which is searched for
 ``<package>_FIND_REQUIRED``
   true if ``REQUIRED`` option was given
 ``<package>_FIND_QUIETLY``

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

Summary of changes:
 Help/command/find_package.rst             |    2 ++
 Help/manual/cmake-variables.7.rst         |    1 +
 Help/variable/CMAKE_FIND_PACKAGE_NAME.rst |    6 ++++++
 3 files changed, 9 insertions(+)
 create mode 100644 Help/variable/CMAKE_FIND_PACKAGE_NAME.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list