mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 15:00:41 +00:00
COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.
This commit is contained in:
parent
6449089436
commit
209a3d4f7b
@ -56,7 +56,7 @@
|
||||
!defined(@KWSYS_NAMESPACE@_LFS_NO_DEFINE_FILE_OFFSET_BITS)
|
||||
# define _FILE_OFFSET_BITS 64
|
||||
# endif
|
||||
# if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64
|
||||
# if 0 && (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64)
|
||||
# error "_FILE_OFFSET_BITS must be defined to at least 64"
|
||||
# endif
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user