[Cmake-commits] CMake branch, next, updated. v2.8.12-3790-g1eed224
Stephen Kelly
steveire at gmail.com
Fri Oct 11 06:46:04 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 1eed2247d63cf590532f1f1bb458c6d108d429ab (commit)
via c3527fc4f2edf515c2da2c49224cdc0b8ab29501 (commit)
from 6561561b969d1b2bff15c97a36c3230a7aa31397 (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=1eed2247d63cf590532f1f1bb458c6d108d429ab
commit 1eed2247d63cf590532f1f1bb458c6d108d429ab
Merge: 6561561 c3527fc
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 11 06:45:56 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 11 06:45:56 2013 -0400
Merge topic 'export-at-generate-time' into next
c3527fc Fix line width.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c3527fc4f2edf515c2da2c49224cdc0b8ab29501
commit c3527fc4f2edf515c2da2c49224cdc0b8ab29501
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 11 12:44:32 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 11 12:44:32 2013 +0200
Fix line width.
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index fa87e91..fb205be 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -210,7 +210,8 @@ bool cmGlobalGenerator::GenerateImportFile(const std::string &file)
return false;
}
-bool cmGlobalGenerator::IsExportedTargetsFile(const std::string &filename) const
+bool
+cmGlobalGenerator::IsExportedTargetsFile(const std::string &filename) const
{
const std::map<std::string, cmExportBuildFileGenerator*>::const_iterator it
= this->BuildExportSets.find(filename);
-----------------------------------------------------------------------
Summary of changes:
Source/cmGlobalGenerator.cxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list