[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4169-g054acd0

Stephen Kelly steveire at gmail.com
Fri Sep 13 12:21: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  054acd0a4fb7f6fe0024d2b195fbb4d553c4ab9d (commit)
       via  e321f00152319c77ded278a76d9adb47b85f7ccc (commit)
      from  39943fc3bc6647e110afaeb565ae3d3d3d38074b (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=054acd0a4fb7f6fe0024d2b195fbb4d553c4ab9d
commit 054acd0a4fb7f6fe0024d2b195fbb4d553c4ab9d
Merge: 39943fc e321f00
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Sep 13 12:21:27 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 13 12:21:27 2013 -0400

    Merge topic 'fix-genex-preprocessing-incomplete' into next
    
    e321f00 Fix initialization.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e321f00152319c77ded278a76d9adb47b85f7ccc
commit e321f00152319c77ded278a76d9adb47b85f7ccc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Sep 13 18:20:45 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Sep 13 18:20:45 2013 +0200

    Fix initialization.

diff --git a/Source/cmGeneratorExpression.cxx b/Source/cmGeneratorExpression.cxx
index 978c217..127cf6b 100644
--- a/Source/cmGeneratorExpression.cxx
+++ b/Source/cmGeneratorExpression.cxx
@@ -257,7 +257,7 @@ static std::string stripExportInterface(const std::string &input,
 {
   std::string result;
 
-  int nestingLevel = 1;
+  int nestingLevel = 0;
   std::string::size_type pos = 0;
   std::string::size_type lastPos = pos;
   while (true)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list