[Cmake-commits] CMake branch, master, updated. v3.13.3-890-g4541c91

Kitware Robot kwrobot at kitware.com
Mon Jan 14 10:23:04 EST 2019


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, master has been updated
       via  4541c914b587125048c8e82bc3cd687f573f753a (commit)
       via  bfc367054639b9a3de3419c3e66d948f25efc2ec (commit)
      from  9e03a63ba8b6b01ffbf5c0ee207c8c0bf040f494 (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=4541c914b587125048c8e82bc3cd687f573f753a
commit 4541c914b587125048c8e82bc3cd687f573f753a
Merge: 9e03a63 bfc3670
Author:     Kyle Edwards <kyle.edwards at kitware.com>
AuthorDate: Mon Jan 14 15:15:59 2019 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Jan 14 10:16:11 2019 -0500

    Merge topic 'xref3'
    
    bfc3670546 Help: Provide cross-references from and to set_property
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2785


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bfc367054639b9a3de3419c3e66d948f25efc2ec
commit bfc367054639b9a3de3419c3e66d948f25efc2ec
Author:     Joachim Wuttke (o) <j.wuttke at fz-juelich.de>
AuthorDate: Thu Jan 10 14:01:58 2019 +0100
Commit:     Joachim Wuttke (o) <j.wuttke at fz-juelich.de>
CommitDate: Thu Jan 10 16:13:18 2019 +0100

    Help: Provide cross-references from and to set_property

diff --git a/Help/command/set_directory_properties.rst b/Help/command/set_directory_properties.rst
index cc71522..f02a8e6 100644
--- a/Help/command/set_directory_properties.rst
+++ b/Help/command/set_directory_properties.rst
@@ -9,5 +9,7 @@ Set properties of the current directory and subdirectories.
 
 Sets properties of the current directory and its subdirectories in key-value pairs.
 
+See also the :command:`set_property(DIRECTORY)` command.
+
 See :ref:`Directory Properties` for the list of properties known to CMake
 and their individual documentation for the behavior of each property.
diff --git a/Help/command/set_property.rst b/Help/command/set_property.rst
index 2d270ec..2624b4b 100644
--- a/Help/command/set_property.rst
+++ b/Help/command/set_property.rst
@@ -24,17 +24,19 @@ It must be one of the following:
   Scope is unique and does not accept a name.
 
 ``DIRECTORY``
-  Scope defaults to the current directory but another
-  directory (already processed by CMake) may be named by full or
-  relative path.
+  Scope defaults to the current directory but another directory
+  (already processed by CMake) may be named by full or relative path.
+  See also the :command:`set_directory_properties` command.
 
 ``TARGET``
   Scope may name zero or more existing targets.
+  See also the :command:`set_target_properties` command.
 
 ``SOURCE``
   Scope may name zero or more source files.  Note that source
   file properties are visible only to targets added in the same
   directory (CMakeLists.txt).
+  See also the :command:`set_source_files_properties` command.
 
 ``INSTALL``
   Scope may name zero or more installed file paths.
@@ -54,6 +56,7 @@ It must be one of the following:
 
 ``TEST``
   Scope may name zero or more existing tests.
+  See also the :command:`set_tests_properties` command.
 
 ``CACHE``
   Scope must name zero or more cache existing entries.
diff --git a/Help/command/set_source_files_properties.rst b/Help/command/set_source_files_properties.rst
index 8538a1e..91f995c 100644
--- a/Help/command/set_source_files_properties.rst
+++ b/Help/command/set_source_files_properties.rst
@@ -10,6 +10,10 @@ Source files can have properties that affect how they are built.
                               [prop2 value2 [...]])
 
 Sets properties associated with source files using a key/value paired
-list.  See :ref:`Source File Properties` for the list of properties known
+list.
+
+See also the :command:`set_property(SOURCE)` command.
+
+See :ref:`Source File Properties` for the list of properties known
 to CMake.  Source file properties are visible only to targets added
 in the same directory (CMakeLists.txt).
diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst
index 55fd635..9bc94ae 100644
--- a/Help/command/set_tests_properties.rst
+++ b/Help/command/set_tests_properties.rst
@@ -10,5 +10,8 @@ Set a property of the tests.
 Sets a property for the tests.  If the test is not found, CMake
 will report an error.
 :manual:`Generator expressions <cmake-generator-expressions(7)>` will be
-expanded the same as supported by the test's :command:`add_test` call.  See
-:ref:`Test Properties` for the list of properties known to CMake.
+expanded the same as supported by the test's :command:`add_test` call.
+
+See also the :command:`set_property(TEST)` command.
+
+See :ref:`Test Properties` for the list of properties known to CMake.

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

Summary of changes:
 Help/command/set_directory_properties.rst    | 2 ++
 Help/command/set_property.rst                | 9 ++++++---
 Help/command/set_source_files_properties.rst | 6 +++++-
 Help/command/set_tests_properties.rst        | 7 +++++--
 4 files changed, 18 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list