[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3087-g0e7b695

Stephen Kelly steveire at gmail.com
Sun Jul 14 08:19:28 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  0e7b695078a4ec346fa03b590a1148434f1c0283 (commit)
       via  1c25fa57f95519f58f2fc82eec228f734a43db17 (commit)
      from  60fc3d41271da89b43e6606d2808155a68c3650d (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=0e7b695078a4ec346fa03b590a1148434f1c0283
commit 0e7b695078a4ec346fa03b590a1148434f1c0283
Merge: 60fc3d4 1c25fa5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jul 14 08:19:26 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 14 08:19:26 2013 -0400

    Merge topic 'install-interface-includes' into next
    
    1c25fa5 Fix line width.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1c25fa57f95519f58f2fc82eec228f734a43db17
commit 1c25fa57f95519f58f2fc82eec228f734a43db17
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jul 14 14:18:06 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jul 14 14:18:49 2013 +0200

    Fix line width.

diff --git a/Source/cmInstallCommandArguments.cxx b/Source/cmInstallCommandArguments.cxx
index e8e693d..91ea861 100644
--- a/Source/cmInstallCommandArguments.cxx
+++ b/Source/cmInstallCommandArguments.cxx
@@ -215,8 +215,9 @@ cmInstallCommandIncludesArgument::GetIncludeDirs() const
   return this->IncludeDirs;
 }
 
-void cmInstallCommandIncludesArgument::Parse(const std::vector<std::string>* args,
-                                      std::vector<std::string>*)
+void cmInstallCommandIncludesArgument::Parse(
+                                        const std::vector<std::string>* args,
+                                        std::vector<std::string>*)
 {
   if(args->empty())
     {

-----------------------------------------------------------------------

Summary of changes:
 Source/cmInstallCommandArguments.cxx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list