[Cmake-commits] CMake branch, next, updated. v3.2.0-905-g735edbd
Stephen Kelly
steveire at gmail.com
Sun Mar 8 11:16:32 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 735edbd3335791929fa2e9ab4cd25b001dada607 (commit)
via 40895db516323e2cffab7162420d8db0db396c68 (commit)
from e410257de9ec20cac70a365a94f6d4ddf48ccc57 (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=735edbd3335791929fa2e9ab4cd25b001dada607
commit 735edbd3335791929fa2e9ab4cd25b001dada607
Merge: e410257 40895db
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Mar 8 11:16:31 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Mar 8 11:16:31 2015 -0400
Merge topic 'cmRemoveDuplicates-improvement' into next
40895db5 includes
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=40895db516323e2cffab7162420d8db0db396c68
commit 40895db516323e2cffab7162420d8db0db396c68
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Mar 8 16:15:56 2015 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Mar 8 16:15:59 2015 +0100
includes
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index 7df2073..18d40e1 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -17,6 +17,7 @@
#include "cmVisualStudioSlnData.h"
#include "cmVisualStudioSlnParser.h"
#include "cmake.h"
+#include "cmAlgorithms.h"
static const char vs10generatorName[] = "Visual Studio 10 2010";
diff --git a/Source/cmGlobalVisualStudio11Generator.cxx b/Source/cmGlobalVisualStudio11Generator.cxx
index 3013200..ed828b6 100644
--- a/Source/cmGlobalVisualStudio11Generator.cxx
+++ b/Source/cmGlobalVisualStudio11Generator.cxx
@@ -12,6 +12,7 @@
#include "cmGlobalVisualStudio11Generator.h"
#include "cmLocalVisualStudio10Generator.h"
#include "cmMakefile.h"
+#include "cmAlgorithms.h"
static const char vs11generatorName[] = "Visual Studio 11 2012";
diff --git a/Source/cmGlobalVisualStudio12Generator.cxx b/Source/cmGlobalVisualStudio12Generator.cxx
index 2bc9379..c2e6f47 100644
--- a/Source/cmGlobalVisualStudio12Generator.cxx
+++ b/Source/cmGlobalVisualStudio12Generator.cxx
@@ -12,6 +12,7 @@
#include "cmGlobalVisualStudio12Generator.h"
#include "cmLocalVisualStudio10Generator.h"
#include "cmMakefile.h"
+#include "cmAlgorithms.h"
static const char vs12generatorName[] = "Visual Studio 12 2013";
diff --git a/Source/cmGlobalVisualStudio14Generator.cxx b/Source/cmGlobalVisualStudio14Generator.cxx
index fe702c0..b551c65 100644
--- a/Source/cmGlobalVisualStudio14Generator.cxx
+++ b/Source/cmGlobalVisualStudio14Generator.cxx
@@ -12,6 +12,7 @@
#include "cmGlobalVisualStudio14Generator.h"
#include "cmLocalVisualStudio10Generator.h"
#include "cmMakefile.h"
+#include "cmAlgorithms.h"
static const char vs14generatorName[] = "Visual Studio 14 2015";
-----------------------------------------------------------------------
Summary of changes:
Source/cmGlobalVisualStudio10Generator.cxx | 1 +
Source/cmGlobalVisualStudio11Generator.cxx | 1 +
Source/cmGlobalVisualStudio12Generator.cxx | 1 +
Source/cmGlobalVisualStudio14Generator.cxx | 1 +
4 files changed, 4 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list