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.
This commit is contained in:
parent
a5a5a68572
commit
b13a74b35b
@ -60,7 +60,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
#if defined(CMAKE_BUILD_WITH_CMAKE)
|
||||||
# include <fcntl.h>
|
|
||||||
# include "cmCryptoHash.h"
|
# include "cmCryptoHash.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user