[Cmake-commits] CMake branch, next, updated. v3.7.0-rc1-67-g280cf7a
Stephen Kelly
steveire at gmail.com
Tue Oct 4 18:00:01 EDT 2016
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 280cf7aa4e2cad24440039f4b7105c5096caf437 (commit)
via 62e83877c58a9e81d68a30553f54f18a3ed8eb0b (commit)
from fae02d5e5126fba375e26ec66f216a1d16f29413 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=280cf7aa4e2cad24440039f4b7105c5096caf437
commit 280cf7aa4e2cad24440039f4b7105c5096caf437
Merge: fae02d5 62e8387
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Oct 4 18:00:00 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 4 18:00:00 2016 -0400
Merge topic 'extract-cmLinkLineComputer' into next
62e83877 fixup! cmLinkLineComputer: Extract from cmLocalGenerator
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=62e83877c58a9e81d68a30553f54f18a3ed8eb0b
commit 62e83877c58a9e81d68a30553f54f18a3ed8eb0b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Oct 4 23:59:44 2016 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Oct 4 23:59:44 2016 +0200
fixup! cmLinkLineComputer: Extract from cmLocalGenerator
diff --git a/Source/cmMSVC60LinkLineComputer.cxx b/Source/cmMSVC60LinkLineComputer.cxx
index fbd8022..89432ff 100644
--- a/Source/cmMSVC60LinkLineComputer.cxx
+++ b/Source/cmMSVC60LinkLineComputer.cxx
@@ -3,6 +3,8 @@
#include "cmMSVC60LinkLineComputer.h"
+#include "cmSystemTools.h"
+
cmMSVC60LinkLineComputer::cmMSVC60LinkLineComputer(cmState::Directory stateDir)
: cmLinkLineComputer(stateDir)
{
-----------------------------------------------------------------------
Summary of changes:
Source/cmMSVC60LinkLineComputer.cxx | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list