[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1403-g6d2c1fc

Stephen Kelly steveire at gmail.com
Fri Jan 4 19:17:22 EST 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  6d2c1fc986d802559d56e238bf444d65769214a5 (commit)
       via  a3d64fd12de34541baa6de31e40600ee9d50bc68 (commit)
      from  ffcddb8d3dd1ac85cab2e18e43cd4cc14fff6fdd (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=6d2c1fc986d802559d56e238bf444d65769214a5
commit 6d2c1fc986d802559d56e238bf444d65769214a5
Merge: ffcddb8 a3d64fd
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jan 4 19:17:20 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 4 19:17:20 2013 -0500

    Merge topic 'interface-includes-defines' into next
    
    a3d64fd Style fix.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a3d64fd12de34541baa6de31e40600ee9d50bc68
commit a3d64fd12de34541baa6de31e40600ee9d50bc68
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 5 01:16:13 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jan 5 01:16:13 2013 +0100

    Style fix.

diff --git a/Source/cmExportFileGenerator.cxx b/Source/cmExportFileGenerator.cxx
index 139aba3..2b133be 100644
--- a/Source/cmExportFileGenerator.cxx
+++ b/Source/cmExportFileGenerator.cxx
@@ -143,11 +143,11 @@ void cmExportFileGenerator::PopulateInterfaceProperty(const char *propName,
       }
 
     std::string prepro = cmGeneratorExpression::Preprocess(input,
-                                                              preprocessRule);
+                                                           preprocessRule);
     if (!prepro.empty())
       {
       this->ResolveTargetsInGeneratorExpressions(prepro, target,
-                                                missingTargets);
+                                                 missingTargets);
       properties[outputName] = prepro;
       }
     }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list