[PATCH] D86234: [CMake] Always mark terminfo as unavailable on Windows

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 11:52:39 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG76bf26236f6f: [CMake] Always mark terminfo as unavailable on Windows (authored by phosek).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86234/new/

https://reviews.llvm.org/D86234

Files:
  llvm/cmake/config-ix.cmake


Index: llvm/cmake/config-ix.cmake
===================================================================
--- llvm/cmake/config-ix.cmake
+++ llvm/cmake/config-ix.cmake
@@ -175,6 +175,8 @@
         endif()
       endif()
     endif()
+  else()
+    set(LLVM_ENABLE_TERMINFO 0)
   endif()
 endif()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86234.286627.patch
Type: text/x-patch
Size: 294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/62d664a8/attachment-0001.bin>


More information about the llvm-commits mailing list