[Cmake-commits] CMake branch, next, updated. v2.8.9-1155-g4436043

Stephen Kelly steveire at gmail.com
Fri Oct 19 09:34:28 EDT 2012


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  4436043f1fc43c8742da7710edb41e6cee230655 (commit)
       via  6bbcb313d0698ecde67637fe2e84d082fea9482e (commit)
      from  4172cc5e16ae14ef4bb0c01258eb1f04380c476c (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=4436043f1fc43c8742da7710edb41e6cee230655
commit 4436043f1fc43c8742da7710edb41e6cee230655
Merge: 4172cc5 6bbcb31
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 09:34:25 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 19 09:34:25 2012 -0400

    Merge topic 'expand-LOCATION-documentation' into next
    
    6bbcb31 Document a limitation of the LOCATION target property.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6bbcb313d0698ecde67637fe2e84d082fea9482e
commit 6bbcb313d0698ecde67637fe2e84d082fea9482e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 15:29:47 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 19 15:29:47 2012 +0200

    Document a limitation of the LOCATION target property.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 423b350..429369d 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -621,7 +621,12 @@ void cmTarget::DefineProperties(cmake *cm)
      "target location.  "
      "In CMake 2.8.4 and above add_custom_command recognizes generator "
      "expressions to refer to target locations anywhere in the command.  "
-     "Therefore this property is not needed for creating custom commands."
+     "Therefore this property is not needed for creating custom commands.  \n"
+     "Note that for non-imported targets, the reported value of the LOCATION "
+     "property may be incorrect, as the final location depends on the "
+     "LINKER_LANGUAGE of the target.  The LINKER_LANGUAGE property is "
+     "usually computed, but can be explicitly set where needed if the "
+     "LOCATION value is otherwise incorrect."
      CM_LOCATION_UNDEFINED_BEHAVIOR("reading this property"));
 
   cm->DefineProperty

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

Summary of changes:
 Source/cmTarget.cxx |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list