[Cmake-commits] CMake branch, next, updated. v2.8.3-1569-ged1f5d7
David Cole
david.cole at kitware.com
Fri Feb 4 10:53:53 EST 2011
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 ed1f5d77c6957788685ccf96fca296d7fc39da88 (commit)
via a58ace68ce3a0ca69d0f7e3f103eab65d7302a9a (commit)
from 275d6b6729eec8faaa82b6158881bf6367cd3d92 (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=ed1f5d77c6957788685ccf96fca296d7fc39da88
commit ed1f5d77c6957788685ccf96fca296d7fc39da88
Merge: 275d6b6 a58ace6
Author: David Cole <david.cole at kitware.com>
AuthorDate: Fri Feb 4 10:53:50 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 4 10:53:50 2011 -0500
Merge topic 'fix-2828-more-info-in-script-mode' into next
a58ace6 Fix KWStyle line-too-long complaint (#2828)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a58ace68ce3a0ca69d0f7e3f103eab65d7302a9a
commit a58ace68ce3a0ca69d0f7e3f103eab65d7302a9a
Author: David Cole <david.cole at kitware.com>
AuthorDate: Fri Feb 4 10:38:22 2011 -0500
Commit: David Cole <david.cole at kitware.com>
CommitDate: Fri Feb 4 10:38:22 2011 -0500
Fix KWStyle line-too-long complaint (#2828)
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 215971f..8dbc952 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -484,7 +484,8 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
return true;
}
-void cmake::ReadListFile(const std::vector<std::string>& args, const char *path)
+void cmake::ReadListFile(const std::vector<std::string>& args,
+ const char *path)
{
// if a generator was not yet created, temporarily create one
cmGlobalGenerator *gg = this->GetGlobalGenerator();
-----------------------------------------------------------------------
Summary of changes:
Source/cmake.cxx | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list