[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4033-ga4bf09b
Stephen Kelly
steveire at gmail.com
Wed Aug 28 12:26:15 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 a4bf09b63c47a66639a4c91292953f633d033752 (commit)
via 9ca116965ab02d8a55bfba3a8dccc5c83ea49106 (commit)
from 590a70bb2e72ef58c5fd942a3b4ec23def5f06ea (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=a4bf09b63c47a66639a4c91292953f633d033752
commit a4bf09b63c47a66639a4c91292953f633d033752
Merge: 590a70b 9ca1169
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 28 12:26:13 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 28 12:26:13 2013 -0400
Merge topic 'export-policy' into next
9ca1169 Extend policy docs a bit.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ca116965ab02d8a55bfba3a8dccc5c83ea49106
commit 9ca116965ab02d8a55bfba3a8dccc5c83ea49106
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Aug 28 18:24:08 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Aug 28 18:24:08 2013 +0200
Extend policy docs a bit.
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx
index 3f7eb61..45670b3 100644
--- a/Source/cmPolicies.cxx
+++ b/Source/cmPolicies.cxx
@@ -613,7 +613,12 @@ cmPolicies::cmPolicies()
"list of link libraries. Future refactoring will change the effect of "
"the export() command to be executed at generate-time. Use ALIAS "
"targets instead in cases where the goal is to refer to targets by "
- "another name",
+ "another name"
+ "\n"
+ "The OLD behavior for this policy is to allow including the result "
+ "of an export() command. "
+ "The NEW behavior for this policy is to not to allow including the "
+ "result of an export() command.",
2,8,13,0, cmPolicies::WARN);
}
-----------------------------------------------------------------------
Summary of changes:
Source/cmPolicies.cxx | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list