[Cmake-commits] CMake branch, next, updated. v3.2.2-2565-gdd08530
Stephen Kelly
steveire at gmail.com
Wed May 6 02:01:29 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 dd08530978146a806014c6778f472db667899378 (commit)
via 1aa99bb34441cde7954054ed9b24faf25c90ee40 (commit)
from 52d911c79caa96c0a08bf138c2df2dcfd477f388 (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=dd08530978146a806014c6778f472db667899378
commit dd08530978146a806014c6778f472db667899378
Merge: 52d911c 1aa99bb
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 6 02:01:26 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 6 02:01:26 2015 -0400
Merge topic 'improve-policies-documentation' into next
1aa99bb3 fixup! Help: Extract Policy doc subtitles from cmPolicies.h
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1aa99bb34441cde7954054ed9b24faf25c90ee40
commit 1aa99bb34441cde7954054ed9b24faf25c90ee40
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 6 08:00:56 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed May 6 08:00:56 2015 +0200
fixup! Help: Extract Policy doc subtitles from cmPolicies.h
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index 226b43d..04d5f10 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -157,7 +157,8 @@ class cmPolicy;
3, 0, 0, cmPolicies::WARN) \
SELECT(POLICY, CMP0033, \
"The export_library_dependencies command should not be called.", \
- "The :command:`export_library_dependencies()` command should not be called.", \
+ "The :command:`export_library_dependencies()` command should not be " \
+ "called.", \
3, 0, 0, cmPolicies::WARN) \
SELECT(POLICY, CMP0034, \
"The utility_source command should not be called.", \
-----------------------------------------------------------------------
Summary of changes:
Source/cmPolicies.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list