[Cmake-commits] CMake branch, next, updated. v3.5.0-rc2-195-g009b3d2
Brad King
brad.king at kitware.com
Thu Feb 18 09:58:56 EST 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 009b3d281a085f481caa886267eaf2263c4f2a48 (commit)
via c918bb15682ca5891e34fd72b5ce0188b5b65854 (commit)
from 0a36aaf2c94bd9a3df37f164dff80fd4fc17bf01 (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=009b3d281a085f481caa886267eaf2263c4f2a48
commit 009b3d281a085f481caa886267eaf2263c4f2a48
Merge: 0a36aaf c918bb1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 18 09:58:55 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 18 09:58:55 2016 -0500
Merge topic 'reduce-entropy-consumption' into next
c918bb15 cmSystemTools: Remove unused include <fcntl.h>
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c918bb15682ca5891e34fd72b5ce0188b5b65854
commit c918bb15682ca5891e34fd72b5ce0188b5b65854
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 18 09:57:35 2016 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 18 09:58:05 2016 -0500
cmSystemTools: Remove unused include <fcntl.h>
We do not seem to need this header anymore, and including it on AIX
causes `#define open open64` which breaks `std::ifstream::open` calls.
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 5ad2475..9af54bf 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -60,8 +60,7 @@
#endif
#if defined(CMAKE_BUILD_WITH_CMAKE)
-# include <fcntl.h>
-# include "cmCryptoHash.h"
+# include "cmCryptoHash.h"
#endif
#if defined(CMAKE_USE_ELF_PARSER)
-----------------------------------------------------------------------
Summary of changes:
Source/cmSystemTools.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list