[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2691-gaa862cc
Stephen Kelly
steveire at gmail.com
Fri Jun 21 10:21:37 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 aa862cc5b238cf15aa62b7acfe5d0f6ad6631eae (commit)
via e18603aecbb52fa888086780461a43ddc67ea7da (commit)
from a4cfe11940a3a7ebb7c47d70060c59883e9624ad (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=aa862cc5b238cf15aa62b7acfe5d0f6ad6631eae
commit aa862cc5b238cf15aa62b7acfe5d0f6ad6631eae
Merge: a4cfe11 e18603a
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 21 10:21:35 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 21 10:21:35 2013 -0400
Merge topic 'add-whitespace' into next
e18603a Fix style.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e18603aecbb52fa888086780461a43ddc67ea7da
commit e18603aecbb52fa888086780461a43ddc67ea7da
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 21 16:19:52 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jun 21 16:20:37 2013 +0200
Fix style.
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index ad48e01..137654b 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -71,7 +71,8 @@ cmNinjaNormalTargetGenerator::~cmNinjaNormalTargetGenerator()
void cmNinjaNormalTargetGenerator::Generate()
{
if (!this->TargetLinkLanguage) {
- cmSystemTools::Error("CMake can not determine linker language for target: ",
+ cmSystemTools::Error("CMake can not determine linker language for "
+ "target: ",
this->GetTarget()->GetName());
return;
}
-----------------------------------------------------------------------
Summary of changes:
Source/cmNinjaNormalTargetGenerator.cxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list