[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5487-gdea2575
Stephen Kelly
steveire at gmail.com
Tue Nov 19 19:01:33 EST 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 dea2575980a97200067418058c1d6fcdcf394acb (commit)
via bab3697ff9cfd1c45f2f80335204184e8c876600 (commit)
from 0fb9852c4285e613141b8445b0a86c1995618791 (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=dea2575980a97200067418058c1d6fcdcf394acb
commit dea2575980a97200067418058c1d6fcdcf394acb
Merge: 0fb9852 bab3697
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 19 19:01:30 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 19 19:01:30 2013 -0500
Merge topic 'use-generator-target' into next
bab3697 Line width.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bab3697ff9cfd1c45f2f80335204184e8c876600
commit bab3697ff9cfd1c45f2f80335204184e8c876600
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 20 01:00:40 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Nov 20 01:00:40 2013 +0100
Line width.
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx
index f7bac45..7d7cf0b 100644
--- a/Source/cmLocalNinjaGenerator.cxx
+++ b/Source/cmLocalNinjaGenerator.cxx
@@ -65,7 +65,8 @@ void cmLocalNinjaGenerator::Generate()
}
cmGeneratorTargetsType targets = this->GetMakefile()->GetGeneratorTargets();
- for(cmGeneratorTargetsType::iterator t = targets.begin(); t != targets.end(); ++t)
+ for(cmGeneratorTargetsType::iterator t = targets.begin();
+ t != targets.end(); ++t)
{
if (t->first->IsImported())
continue;
-----------------------------------------------------------------------
Summary of changes:
Source/cmLocalNinjaGenerator.cxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list