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  c5dc50768e4cf1d1b0a57ae5e42da1c08660db65 (commit)
       via  258a94847d1f0cb83cb8f08ae4e4b679ee6257a4 (commit)
      from  02a5246066fe1c90a5aa3fdc82cc02221443a0f9 (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=c5dc50768e4cf1d1b0a57ae5e42da1c08660db65
commit c5dc50768e4cf1d1b0a57ae5e42da1c08660db65
Merge: 02a5246 258a948
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Fri Jan 4 19:04:46 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Jan 4 19:04:46 2013 -0500

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=258a94847d1f0cb83cb8f08ae4e4b679ee6257a4
commit 258a94847d1f0cb83cb8f08ae4e4b679ee6257a4
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Sat Jan 5 01:04:10 2013 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Sat Jan 5 01:04:10 2013 +0100

    Style fix.

diff --git a/Source/cmGeneratorExpression.cxx b/Source/cmGeneratorExpression.cxx
index b6dc1a9..6d003e1 100644
--- a/Source/cmGeneratorExpression.cxx
+++ b/Source/cmGeneratorExpression.cxx
@@ -251,9 +251,9 @@ std::string cmGeneratorExpression::Preprocess(const 
std::string &input,
     return stripAllGeneratorExpressions(input);
     }
   else if (context == BuildInterface || context == InstallInterface)
-  {
+    {
     return stripExportInterface(input, context);
-  }
+    }
 
   assert(!"cmGeneratorExpression::Preprocess called with invalid args");
   return std::string();

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to