[Cmake-commits] CMake branch, next, updated. v3.3.1-2625-gb29ffb2
Stephen Kelly
steveire at gmail.com
Sat Aug 29 12:55:41 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 b29ffb2a677590cafe21cc6e5dc2d14b00428108 (commit)
via 379e4cc554992f78a636c2a70c0630863d6be4b9 (commit)
from f07317cab18e849592c87e5c5839a40c10ca1ebb (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=b29ffb2a677590cafe21cc6e5dc2d14b00428108
commit b29ffb2a677590cafe21cc6e5dc2d14b00428108
Merge: f07317c 379e4cc
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Aug 29 12:55:40 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Aug 29 12:55:40 2015 -0400
Merge topic 'refactor-compute' into next
379e4cc5 fixup! cmGlobalGenerator: Do more computation at compute time.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=379e4cc554992f78a636c2a70c0630863d6be4b9
commit 379e4cc554992f78a636c2a70c0630863d6be4b9
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Aug 29 18:55:19 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Aug 29 18:55:19 2015 +0200
fixup! cmGlobalGenerator: Do more computation at compute time.
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index a440de2..e6bf5eb 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1334,6 +1334,8 @@ bool cmGlobalGenerator::Compute()
void cmGlobalGenerator::Generate()
{
+ unsigned int i;
+
// Create a map from local generator to the complete set of targets
// it builds by default.
this->InitializeProgressMarks();
-----------------------------------------------------------------------
Summary of changes:
Source/cmGlobalGenerator.cxx | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list