[Cmake-commits] CMake branch, next, updated. v3.2.2-2851-ga4a8e73

Stephen Kelly steveire at gmail.com
Sun May 17 07:36:50 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  a4a8e7366fafb1c8feaca598c7180ff1df15b5d2 (commit)
       via  2b4f9957523d40e84879d86d2ffd836a3b51c5b1 (commit)
      from  f2cb944d38c7ea9cf8f64a09131fe7f9b04af437 (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=a4a8e7366fafb1c8feaca598c7180ff1df15b5d2
commit a4a8e7366fafb1c8feaca598c7180ff1df15b5d2
Merge: f2cb944 2b4f995
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun May 17 07:36:49 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun May 17 07:36:49 2015 -0400

    Merge topic 'clean-up-cmMakefile' into next
    
    2b4f9957 Fix Style.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2b4f9957523d40e84879d86d2ffd836a3b51c5b1
commit 2b4f9957523d40e84879d86d2ffd836a3b51c5b1
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun May 17 13:36:08 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun May 17 13:36:34 2015 +0200

    Fix Style.

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c28c4e5..4ee0948 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -129,11 +129,11 @@ public:
       cmMakefile* parent = plg->GetMakefile();
       if (varDef)
         {
-          parent->AddDefinition(var, varDef);
+        parent->AddDefinition(var, varDef);
         }
       else
         {
-          parent->RemoveDefinition(var);
+        parent->RemoveDefinition(var);
         }
       return true;
       }

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

Summary of changes:
 Source/cmMakefile.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list