[Cmake-commits] CMake branch, next, updated. v2.8.11-2581-g815d42d
Stephen Kelly
steveire at gmail.com
Fri Jun 7 02:24:54 EDT 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 815d42dafada77633b9f5bd9013ff38a65b9b4e7 (commit)
via c84567e36043f4b8923d183e05ddfbf754d13672 (commit)
from fea9a7e078733960c190ef1a9b76d5b009f07fa7 (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=815d42dafada77633b9f5bd9013ff38a65b9b4e7
commit 815d42dafada77633b9f5bd9013ff38a65b9b4e7
Merge: fea9a7e c84567e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 7 02:24:51 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 7 02:24:51 2013 -0400
Merge topic 'INTERFACE_LINK_LIBRARIES-prop' into next
c84567e Add missing LinkNode ctor.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c84567e36043f4b8923d183e05ddfbf754d13672
commit c84567e36043f4b8923d183e05ddfbf754d13672
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Jun 7 08:24:13 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Jun 7 08:24:13 2013 +0200
Add missing LinkNode ctor.
diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index cf5c4b5..9866b83 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -347,6 +347,8 @@ static const struct CXXCompilerIdNode : public CompilerIdNode
//----------------------------------------------------------------------------
static const struct LinkOnlyNode : public cmGeneratorExpressionNode
{
+ LinkOnlyNode() {}
+
std::string Evaluate(const std::vector<std::string> ¶meters,
cmGeneratorExpressionContext *,
const GeneratorExpressionContent *,
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorExpressionEvaluator.cxx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list