[Cmake-commits] CMake branch, next, updated. v3.3.1-2878-g69b867a

Brad King brad.king at kitware.com
Fri Sep 11 15:14:01 EDT 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  69b867af86b42d356f034529519e55fa6e7fb2f5 (commit)
       via  2468eb33b98fc4b315a40e14f146c29590ba666b (commit)
      from  2e9af45119f95cfcffa64f233d1e178339b0f0ad (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=69b867af86b42d356f034529519e55fa6e7fb2f5
commit 69b867af86b42d356f034529519e55fa6e7fb2f5
Merge: 2e9af45 2468eb3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 11 15:14:00 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 11 15:14:00 2015 -0400

    Merge topic 'doc-OBJECT_DEPENDS-limitations' into next
    
    2468eb33 Help: Document limitations of the OBJECT_DEPENDS source file property


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2468eb33b98fc4b315a40e14f146c29590ba666b
commit 2468eb33b98fc4b315a40e14f146c29590ba666b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 11 15:13:24 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 11 15:13:24 2015 -0400

    Help: Document limitations of the OBJECT_DEPENDS source file property

diff --git a/Help/prop_sf/OBJECT_DEPENDS.rst b/Help/prop_sf/OBJECT_DEPENDS.rst
index 18022de..1d24960 100644
--- a/Help/prop_sf/OBJECT_DEPENDS.rst
+++ b/Help/prop_sf/OBJECT_DEPENDS.rst
@@ -3,9 +3,12 @@ OBJECT_DEPENDS
 
 Additional files on which a compiled object file depends.
 
-Specifies a semicolon-separated list of full-paths to files on which
-any object files compiled from this source file depend.  An object
-file will be recompiled if any of the named files is newer than it.
+Specifies a :ref:`;-list <CMake Language Lists>` of full-paths to
+files on which any object files compiled from this source file depend.
+On :ref:`Makefile Generators` and the :generator:`Ninja` generator an
+object file will be recompiled if any of the named files is newer than it.
+:ref:`Visual Studio Generators` and the :generator:`Xcode` generator
+cannot implement such compilation dependencies.
 
 This property need not be used to specify the dependency of a source
 file on a generated header file that it includes.  Although the
@@ -14,5 +17,5 @@ necessary.  If the generated header file is created by a custom
 command in the same target as the source file, the automatic
 dependency scanning process will recognize the dependency.  If the
 generated header file is created by another target, an inter-target
-dependency should be created with the add_dependencies command (if one
-does not already exist due to linking relationships).
+dependency should be created with the :command:`add_dependencies`
+command (if one does not already exist due to linking relationships).

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

Summary of changes:
 Help/prop_sf/OBJECT_DEPENDS.rst |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list