[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6206-ge700bed
Stephen Kelly
steveire at gmail.com
Fri Dec 13 08:49:22 EST 2013
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 e700bedcb0dc9dc3810084660ed24ce7d5785419 (commit)
via e2cb3e7d43936b86cee81007375c3b648c8edc00 (commit)
from c9b5e0bf3636a339aaf06d98c5d3267f928c19c8 (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=e700bedcb0dc9dc3810084660ed24ce7d5785419
commit e700bedcb0dc9dc3810084660ed24ce7d5785419
Merge: c9b5e0b e2cb3e7
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Dec 13 08:49:19 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 13 08:49:19 2013 -0500
Merge topic 'minor-cleanup' into next
e2cb3e7 Help: Note that COMPATIBLE_INTERFACE_ properties may be origin-debugged.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e2cb3e7d43936b86cee81007375c3b648c8edc00
commit e2cb3e7d43936b86cee81007375c3b648c8edc00
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Dec 13 14:48:19 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Dec 13 14:48:19 2013 +0100
Help: Note that COMPATIBLE_INTERFACE_ properties may be origin-debugged.
Link to other properties mentioned in the docs already.
diff --git a/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst b/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
index 6b17f6e..11aed0c 100644
--- a/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
+++ b/Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst
@@ -5,7 +5,9 @@ Enables tracing output for target properties.
This variable can be populated with a list of properties to generate
debug output for when evaluating target properties. Currently it can
-only be used when evaluating the INCLUDE_DIRECTORIES,
-COMPILE_DEFINITIONS, COMPILE_OPTIONS and AUTOUIC_OPTIONS target properties.
-In that case, it outputs a backtrace for each entry in the target property.
+only be used when evaluating the :prop_tgt:`INCLUDE_DIRECTORIES`,
+:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`, :prop_tgt:`AUTOUIC_OPTIONS`,
+:prop_tgt:`POSITION_INDEPENDENT_CODE` target properties and any other property
+listed in :prop_tgt:`COMPATIBLE_INTERFACE_STRING` and other ``COMPATIBLE_INTERFACE_``
+properties. It outputs an origin for each entry in the target property.
Default is unset.
-----------------------------------------------------------------------
Summary of changes:
Help/variable/CMAKE_DEBUG_TARGET_PROPERTIES.rst | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list