[Cmake-commits] CMake branch, next, updated. v3.2.0-980-g0f96f10
Stephen Kelly
steveire at gmail.com
Tue Mar 10 19:12:20 EDT 2015
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 0f96f10ec66b118473fa349702fc8355e8f0412d (commit)
via da12ae2f459d17c0775480df1fc71753fac813ed (commit)
from ecce4291e6ccf51902d16cff862d3a0c729f4802 (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=0f96f10ec66b118473fa349702fc8355e8f0412d
commit 0f96f10ec66b118473fa349702fc8355e8f0412d
Merge: ecce429 da12ae2
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Mar 10 19:12:18 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 10 19:12:18 2015 -0400
Merge topic 'refactor-cmGeneratorExpression' into next
da12ae2f Add missing include.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da12ae2f459d17c0775480df1fc71753fac813ed
commit da12ae2f459d17c0775480df1fc71753fac813ed
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Mar 11 00:11:41 2015 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Mar 11 00:11:41 2015 +0100
Add missing include.
diff --git a/Source/cmGeneratorExpressionNode.cxx b/Source/cmGeneratorExpressionNode.cxx
index 17254d2..673dcb9 100644
--- a/Source/cmGeneratorExpressionNode.cxx
+++ b/Source/cmGeneratorExpressionNode.cxx
@@ -12,6 +12,7 @@
#include "cmGeneratorExpressionNode.h"
#include "cmGlobalGenerator.h"
+#include "cmAlgorithms.h"
//----------------------------------------------------------------------------
std::string cmGeneratorExpressionNode::EvaluateDependentExpression(
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorExpressionNode.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list