Commit f950559f authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Windows : reduce useless system checks

parent 254bb1c3
......@@ -335,4 +335,7 @@ SET(HAVE_LZ4_SHARED_LIB INTERNAL "")
SET(HAVE_SYS_POLL_H CACHE INTERNAL "")
SET(HAVE_SYS_SYSCALL_H CACHE INTERNAL "")
SET(HAVE_SYS_STATVFS_H CACHE INTERNAL "")
SET(HAVE_GETPAGESIZES CACHE INTERNAL "")
SET(HAVE_LINUX_LIMITS_H CACHE INTERNAL "")
SET(HAVE_FILE_UCONTEXT_H CACHE INTERNAL "")
ENDIF(MSVC)
IF(WIN32)
RETURN()
ENDIF()
INCLUDE (CheckIncludeFiles)
INCLUDE (CheckFunctionExists)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment