Browse Source

Utilities: Update hard-coded try_compile results for curl 8.9.0

Brad King 1 year ago
parent
commit
080d876a79
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Utilities/cmThirdPartyChecks.cmake

+ 2 - 0
Utilities/cmThirdPartyChecks.cmake

@@ -55,6 +55,7 @@ if(WIN32)
   set(HAVE_EILSEQ 1)
   set(HAVE_ERR_H 0)
   set(HAVE_ERRNO_H 1)
+  set(HAVE_EVENTFD 0)
   set(HAVE_EXT2FS_EXT2_FS_H 0)
   set(HAVE_FCHDIR 0)
   set(HAVE_FCHFLAGS 0)
@@ -213,6 +214,7 @@ if(WIN32)
   set(HAVE_SYMLINK 0)
   set(HAVE_SYS_ACL_H 0)
   set(HAVE_SYSCALL_GETRANDOM 0)
+  set(HAVE_SYS_EVENTFD_H 0)
   set(HAVE_SYS_EXTATTR_H 0)
   set(HAVE_SYS_FILIO_H 0)
   set(HAVE_SYS_IOCTL_H 0)