mirror of
https://github.com/curl/curl.git
synced 2026-04-21 03:22:17 +03:00
cmake: pre-cache HAVE_POLL_FINE on Windows
Windows doesn't support `poll()`, so we can safely skip checking for fine poll. Closes #12003
This commit is contained in:
parent
c39585d9b7
commit
fa95f7ee87
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ if(NOT UNIX)
|
|||
set(HAVE_NET_IF_H 0)
|
||||
set(HAVE_IOCTL_SIOCGIFADDR 0)
|
||||
set(HAVE_POLL_H 0)
|
||||
set(HAVE_POLL_FINE 0)
|
||||
set(HAVE_PWD_H 0)
|
||||
set(HAVE_STRINGS_H 0)
|
||||
set(HAVE_SYS_FILIO_H 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue