[Cmake-commits] CMake branch, next, updated. v2.8.12-3887-ge977b77

Stephen Kelly steveire at gmail.com
Fri Oct 11 15:16:26 EDT 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  e977b7754e779f7cf6883d5fa87cd059a63749fb (commit)
       via  0939d94f656ce6b40372bbb6fb7e2a7158ff398b (commit)
      from  e99bad68b8097c0faf5bf6e72dbe2953359e431d (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=e977b7754e779f7cf6883d5fa87cd059a63749fb
commit e977b7754e779f7cf6883d5fa87cd059a63749fb
Merge: e99bad6 0939d94
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 11 15:16:22 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 11 15:16:22 2013 -0400

    Merge topic 'target-LOCATION-policy' into next
    
    0939d94 Recommend file(GENERATE) as an alternative to configure_file.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0939d94f656ce6b40372bbb6fb7e2a7158ff398b
commit 0939d94f656ce6b40372bbb6fb7e2a7158ff398b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 11 21:14:55 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 11 21:14:55 2013 +0200

    Recommend file(GENERATE) as an alternative to configure_file.

diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 56e79ff..d07645c 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -650,6 +650,10 @@ cmPolicies::cmPolicies()
     "expression can be used to determine the eventual LOCATION of a target "
     "output."
     "\n"
+    "Code which reads the LOCATION target property can be ported to use the "
+    "$<TARGET_FILE> generator expression together with the file(GENERATE) "
+    "subcommand to generate a file containing the target location."
+    "\n"
     "The OLD behavior for this policy is to allow reading the LOCATION "
     "property from build-targets.  "
     "The NEW behavior for this policy is to not to allow reading the "

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

Summary of changes:
 Source/cmPolicies.cxx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list