[Cmake-commits] CMake branch, master, updated. v3.11.0-rc4-265-g882ba7f
Kitware Robot
kwrobot at kitware.com
Mon Mar 19 11:25:06 EDT 2018
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 882ba7fd11d375ceb5dec433af79b63057907bcb (commit)
via 89ee7ce3eae494c1d5fa4be3106e27aef5286500 (commit)
via c27e3e0f2bf6163aa413fbe95ddcda2005185af6 (commit)
from 7ba6f40bb24aa74fdbc2d3547fc76a839ef5444f (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=882ba7fd11d375ceb5dec433af79b63057907bcb
commit 882ba7fd11d375ceb5dec433af79b63057907bcb
Merge: 7ba6f40 89ee7ce
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 19 15:17:57 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Mar 19 11:18:31 2018 -0400
Merge topic 'doc-set_target_properties-clarify'
89ee7ce3ea Help: Reference set_property from set_target_properties
c27e3e0f2b Help: Clarify that set_target_properties supports multiple targets
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !1866
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=89ee7ce3eae494c1d5fa4be3106e27aef5286500
commit 89ee7ce3eae494c1d5fa4be3106e27aef5286500
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 19 08:05:29 2018 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 19 08:05:29 2018 -0400
Help: Reference set_property from set_target_properties
diff --git a/Help/command/set_target_properties.rst b/Help/command/set_target_properties.rst
index 77c631d..7db952d 100644
--- a/Help/command/set_target_properties.rst
+++ b/Help/command/set_target_properties.rst
@@ -15,4 +15,6 @@ set next. You can use any prop value pair you want and extract it
later with the :command:`get_property` or :command:`get_target_property`
command.
+See also the :command:`set_property(TARGET)` command.
+
See :ref:`Target Properties` for the list of properties known to CMake.
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c27e3e0f2bf6163aa413fbe95ddcda2005185af6
commit c27e3e0f2bf6163aa413fbe95ddcda2005185af6
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 19 07:44:42 2018 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 19 07:44:42 2018 -0400
Help: Clarify that set_target_properties supports multiple targets
Reported-by: Alan W. Irwin <irwin at beluga.phys.uvic.ca>
diff --git a/Help/command/set_target_properties.rst b/Help/command/set_target_properties.rst
index b894eac..77c631d 100644
--- a/Help/command/set_target_properties.rst
+++ b/Help/command/set_target_properties.rst
@@ -9,8 +9,8 @@ Targets can have properties that affect how they are built.
PROPERTIES prop1 value1
prop2 value2 ...)
-Set properties on a target. The syntax for the command is to list all
-the files you want to change, and then provide the values you want to
+Set properties on targets. The syntax for the command is to list all
+the targets you want to change, and then provide the values you want to
set next. You can use any prop value pair you want and extract it
later with the :command:`get_property` or :command:`get_target_property`
command.
-----------------------------------------------------------------------
Summary of changes:
Help/command/set_target_properties.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list