[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7630-g42f870c
Stephen Kelly
steveire at gmail.com
Tue Feb 11 13:37:51 EST 2014
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 42f870c733978416e959bd8102ea57855d231632 (commit)
via 71bff85a913b5772df9aa1f651009abbf81fb68f (commit)
from 2957ecb80b47c375879c9519aaeb9e67ff4b7f65 (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=42f870c733978416e959bd8102ea57855d231632
commit 42f870c733978416e959bd8102ea57855d231632
Merge: 2957ecb 71bff85
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 13:37:50 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 11 13:37:50 2014 -0500
Merge topic 'backward-compatibility' into next
71bff85a Note undocumented behavior.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=71bff85a913b5772df9aa1f651009abbf81fb68f
commit 71bff85a913b5772df9aa1f651009abbf81fb68f
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 19:37:21 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Feb 11 19:37:21 2014 +0100
Note undocumented behavior.
diff --git a/Help/policy/CMP0049.rst b/Help/policy/CMP0049.rst
index f64a5ef..17fede3 100644
--- a/Help/policy/CMP0049.rst
+++ b/Help/policy/CMP0049.rst
@@ -11,6 +11,8 @@ bypass initial expansion by the CMake language:
set(sources foo.c)
add_executable(foo \${sources})
+This was undocumented behavior.
+
The OLD behavior for this policy is to expand such variables when processing
the target sources. The NEW behavior for this policy is to issue an error
if such variables need to be expanded.
diff --git a/Help/policy/CMP0050.rst b/Help/policy/CMP0050.rst
index 2e69c37..76ae0aa 100644
--- a/Help/policy/CMP0050.rst
+++ b/Help/policy/CMP0050.rst
@@ -4,8 +4,9 @@ CMP0050
Disallow add_custom_command SOURCE signatures.
CMake 2.8.12 and lower allowed a signature for :command:`add_custom_command`
-which specified an input to a command. Modern use of CMake associates
-custom commands with their output, rather than their input.
+which specified an input to a command. This was undocumented behavior.
+Modern use of CMake associates custom commands with their output, rather
+than their input.
The OLD behavior for this policy is to allow the use of
:command:`add_custom_command` SOURCE signatures. The NEW behavior for this
-----------------------------------------------------------------------
Summary of changes:
Help/policy/CMP0049.rst | 2 ++
Help/policy/CMP0050.rst | 5 +++--
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list