[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1390-gc5dc507
Stephen Kelly
steveire at gmail.com
Fri Jan 4 19:04:48 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 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 <steveire at gmail.com>
AuthorDate: Fri Jan 4 19:04:46 2013 -0500
Commit: CMake Topic Stage <kwrobot at 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 <steveire at gmail.com>
AuthorDate: Sat Jan 5 01:04:10 2013 +0100
Commit: Stephen Kelly <steveire at 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
More information about the Cmake-commits
mailing list