瀏覽代碼

Utilities: Update hard-coded try_compile results for libarchive 3.7.9

Brad King 6 月之前
父節點
當前提交
7a9353f539
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)