[Cmake-commits] CMake branch, next, updated. v2.8.10.1-1071-g5608dda

Stephen Kelly steveire at gmail.com
Mon Nov 26 17:48:15 EST 2012


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  5608dda53247c57b62a107e829281c110378774a (commit)
       via  ae6c8c7fd57ce571eafb1d4259c70bc954db0772 (commit)
      from  4135b8dbdb64c42467c00ea8382fc7e61fdadf53 (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=5608dda53247c57b62a107e829281c110378774a
commit 5608dda53247c57b62a107e829281c110378774a
Merge: 4135b8d ae6c8c7
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 26 17:48:13 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 26 17:48:13 2012 -0500

    Merge topic 'generator-expression-fixes' into next
    
    ae6c8c7 Fix style.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae6c8c7fd57ce571eafb1d4259c70bc954db0772
commit ae6c8c7fd57ce571eafb1d4259c70bc954db0772
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 26 23:47:30 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Nov 26 23:47:30 2012 +0100

    Fix style.

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 946214b..3c2f7c5 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -655,7 +655,8 @@ std::string GeneratorExpressionContent::Evaluate(
     else
       {
       std::vector<std::string> parameters;
-      this->EvaluateParameters(node, identifier, context, dagChecker, parameters);
+      this->EvaluateParameters(node, identifier, context, dagChecker,
+                               parameters);
       }
     return std::string();
     }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list