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 9881928d4feb9dadee3c882387dbf64889b18ccd (commit)
via c5affc51053911dfa24b5ce9b832494b67db3f63 (commit)
from 5935b45f7b2be4bc6fbb28d3393e5feab16bbbf5 (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=9881928d4feb9dadee3c882387dbf64889b18ccd
commit 9881928d4feb9dadee3c882387dbf64889b18ccd
Merge: 5935b45 c5affc5
Author: Brad King <[email protected]>
AuthorDate: Sat Mar 7 06:49:07 2015 -0500
Commit: CMake Topic Stage <[email protected]>
CommitDate: Sat Mar 7 06:49:07 2015 -0500
Merge topic 'refactor-GeneratorExpression' into next
c5affc51 cmGeneratorExpressionContext: Fix include order
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5affc51053911dfa24b5ce9b832494b67db3f63
commit c5affc51053911dfa24b5ce9b832494b67db3f63
Author: Brad King <[email protected]>
AuthorDate: Sat Mar 7 06:48:15 2015 -0500
Commit: Brad King <[email protected]>
CommitDate: Sat Mar 7 06:48:18 2015 -0500
cmGeneratorExpressionContext: Fix include order
We need to include a CMake header before a standard header to
get LFS mangling right on AIX.
diff --git a/Source/cmGeneratorExpressionContext.h
b/Source/cmGeneratorExpressionContext.h
index c02994f..ed83509 100644
--- a/Source/cmGeneratorExpressionContext.h
+++ b/Source/cmGeneratorExpressionContext.h
@@ -12,12 +12,12 @@
#ifndef cmGeneratorExpressionContext_h
#define cmGeneratorExpressionContext_h
+#include "cmListFileCache.h"
+
#include <set>
#include <map>
#include <string>
-#include "cmListFileCache.h"
-
class cmTarget;
//----------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorExpressionContext.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits