]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: pre-cache `HAVE_POLL_FINE` on Windows
authorViktor Szakats <commit@vsz.me>
Sun, 1 Oct 2023 13:13:28 +0000 (13:13 +0000)
committerViktor Szakats <commit@vsz.me>
Sun, 1 Oct 2023 18:02:25 +0000 (18:02 +0000)
commitfa95f7ee876afe4b6b78a8998974f0886dee2ae4
tree80c2bf039b0a66482b3bd83cef1848dcd266840b
parentc39585d9b7ef3cbfc1380812dec60e7b275b6af3
cmake: pre-cache `HAVE_POLL_FINE` on Windows

Windows doesn't support `poll()`, so we can safely skip checking for
fine poll.

Closes #12003
CMake/Platforms/WindowsCache.cmake