[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-1175-g9eea0f2

Stephen Kelly steveire at gmail.com
Tue Mar 18 14:25:59 EDT 2014


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  9eea0f217f202fdc8ea7169a5d2504b248db70fb (commit)
       via  84f95cc38407b0a8044b60c6271b636612c5cfef (commit)
      from  eac2f934059b3cb225b6291f3f509443efd51916 (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=9eea0f217f202fdc8ea7169a5d2504b248db70fb
commit 9eea0f217f202fdc8ea7169a5d2504b248db70fb
Merge: eac2f93 84f95cc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Mar 18 14:25:58 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 18 14:25:58 2014 -0400

    Merge topic 'target-sources-refactor' into next
    
    84f95cc3 Add missing include.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=84f95cc38407b0a8044b60c6271b636612c5cfef
commit 84f95cc38407b0a8044b60c6271b636612c5cfef
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Mar 18 19:25:21 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Mar 18 19:25:21 2014 +0100

    Add missing include.

diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index bcbc75c..e80df84 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -16,6 +16,7 @@
 #include "cmVisualStudioWCEPlatformParser.h"
 #include "cmake.h"
 #include "cmGeneratedFileStream.h"
+#include "cmSourceFile.h"
 
 static const char vs8generatorName[] = "Visual Studio 8 2005";
 

-----------------------------------------------------------------------

Summary of changes:
 Source/cmGlobalVisualStudio8Generator.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list