[Cmake-commits] CMake branch, next, updated. v3.2.2-2042-g314156d
Brad King
brad.king at kitware.com
Wed Apr 22 10:23:10 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 314156d30f156a714a455e110eb6e03430e6e932 (commit)
via c775072ad5a93306183f83f4396268b1690bb392 (commit)
from 261da8a2e3faee3822ae5600f30c5c9c0011505c (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=314156d30f156a714a455e110eb6e03430e6e932
commit 314156d30f156a714a455e110eb6e03430e6e932
Merge: 261da8a c775072
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 22 10:23:09 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 22 10:23:09 2015 -0400
Merge topic 'mingw-64' into next
c775072a cmGeneratorExpressionEvaluationFile: Add missing sys/types.h include
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c775072ad5a93306183f83f4396268b1690bb392
commit c775072ad5a93306183f83f4396268b1690bb392
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 22 09:58:46 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 22 09:59:51 2015 -0400
cmGeneratorExpressionEvaluationFile: Add missing sys/types.h include
This is needed for 'mode_t', and on mingw-w64 in particular. We added
use of 'mode_t' in commit v3.2.0-rc1~421^2 (file(GENERATE): Use
permissions of input file if present, 2014-07-22).
diff --git a/Source/cmGeneratorExpressionEvaluationFile.h b/Source/cmGeneratorExpressionEvaluationFile.h
index 4424bec..5d8b54c 100644
--- a/Source/cmGeneratorExpressionEvaluationFile.h
+++ b/Source/cmGeneratorExpressionEvaluationFile.h
@@ -13,6 +13,7 @@
#define cmGeneratorExpressionEvaluationFile_h
#include "cmStandardIncludes.h"
+#include <sys/types.h>
#include <cmsys/auto_ptr.hxx>
#include "cmGeneratorExpression.h"
-----------------------------------------------------------------------
Summary of changes:
Source/cmGeneratorExpressionEvaluationFile.h | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list