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  c37e43220147d6cc2e677088953c5ffb510dc8ff (commit)
       via  15cc50fbb505b526e28c708e4e1b16e79a66799c (commit)
      from  a19d6dc8f66ca81b9e9e8b0ca329ec04ff6879d2 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c37e43220147d6cc2e677088953c5ffb510dc8ff
commit c37e43220147d6cc2e677088953c5ffb510dc8ff
Merge: a19d6dc 15cc50f
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Aug 23 11:24:40 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Aug 23 11:24:40 2016 -0400

    Merge topic 'doc-get_cmake_property' into next
    
    15cc50fb Help: Clarify get_cmake_property command documentation


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=15cc50fbb505b526e28c708e4e1b16e79a66799c
commit 15cc50fbb505b526e28c708e4e1b16e79a66799c
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Aug 23 11:14:09 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Aug 23 11:14:09 2016 -0400

    Help: Clarify get_cmake_property command documentation
    
    Closes: #13810, #16258

diff --git a/Help/command/get_cmake_property.rst 
b/Help/command/get_cmake_property.rst
index 3a6fb41..497ab4e 100644
--- a/Help/command/get_cmake_property.rst
+++ b/Help/command/get_cmake_property.rst
@@ -1,15 +1,20 @@
 get_cmake_property
 ------------------
 
-Get a property of the CMake instance.
+Get a global property of the CMake instance.
 
 ::
 
   get_cmake_property(VAR property)
 
-Get a property from the CMake instance.  The value of the property is
+Get a global property from the CMake instance.  The value of the property is
 stored in the variable ``VAR``.  If the property is not found, ``VAR``
 will be  set to "NOTFOUND".  See the :manual:`cmake-properties(7)` manual
 for available properties.
 
-See also the more general :command:`get_property` command.
+See also the :command:`get_property` command ``GLOBAL`` option.
+
+In addition to global properties, this command (for historical reasons)
+also supports the :prop_dir:`VARIABLES` and :prop_dir:`MACROS` directory
+properties.  It also supports a special ``COMPONENTS`` global property that
+lists the components given to the :command:`install` command.

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

Summary of changes:
 Help/command/get_cmake_property.rst |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)


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

Reply via email to