Explorar el Código

Utilities: Update hard-coded try_compile results for libarchive 3.7.9

Brad King hace 6 meses
padre
commit
7a9353f539
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Utilities/cmThirdPartyChecks.cmake

+ 2 - 0
Utilities/cmThirdPartyChecks.cmake

@@ -237,6 +237,8 @@ if(WIN32)
   set(HAVE_SYS_VFS_H 0)
   set(HAVE_SYS_WAIT_H 0)
   set(HAVE_SYS_XATTR_H 0)
+  set(HAVE_TCGETATTR 0)
+  set(HAVE_TCSETATTR 0)
   set(HAVE_TIMEGM 0)
   set(HAVE_TZSET 1)
   set(HAVE_UNLINKAT 0)