[Cmake-commits] CMake branch, next, updated. v2.8.8-3336-g11db89a
Rolf Eike Beer
eike at sf-mail.de
Wed Jun 27 17:45:07 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 11db89a27de99758d69bdd8c027516c5485bf0e2 (commit)
via ee158b367c00682aabdcecee080f662af2ffafc3 (commit)
via 61dbddd8afe9e3db96d54a10bc426a5592ea0c3c (commit)
from d83c8d16b7b2cceadc9e031283ffae9244e48fa4 (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=11db89a27de99758d69bdd8c027516c5485bf0e2
commit 11db89a27de99758d69bdd8c027516c5485bf0e2
Merge: d83c8d1 ee158b3
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Jun 27 17:45:06 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 27 17:45:06 2012 -0400
Merge topic 'variable-doc-spaces' into next
ee158b3 fix 2 space bugs in variable documentation
61dbddd CMake Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ee158b367c00682aabdcecee080f662af2ffafc3
commit ee158b367c00682aabdcecee080f662af2ffafc3
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Wed Jun 27 23:44:54 2012 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Wed Jun 27 23:44:54 2012 +0200
fix 2 space bugs in variable documentation
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 592d931..77aaffc 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -218,7 +218,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"Full path to ctest command installed with cmake.",
"This is the full path to the CTest executable ctest "
"which is useful from custom commands that want "
- " to use the cmake -E option for portable system "
+ "to use the cmake -E option for portable system "
"commands.",false,
"Variables that Provide Information");
@@ -355,7 +355,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
"If this is set to TRUE, then the rpath information "
"is not added to compiled executables. The default "
"is to add rpath information if the platform supports it. "
- "This allows for easy running from the build tree. To omit RPATH"
+ "This allows for easy running from the build tree. To omit RPATH "
"in the install step, but not the build step, use "
"CMAKE_SKIP_INSTALL_RPATH instead.",false,
"Variables that Provide Information");
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeVersion.cmake | 2 +-
Source/cmDocumentVariables.cxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list