Skip to content

Commit

Permalink
[CMake] Always mark terminfo as unavailable on Windows
Browse files Browse the repository at this point in the history
This addresses the issue introduced by D86134.

Differential Revision: https://reviews.llvm.org/D86234
  • Loading branch information
petrhosek committed Aug 19, 2020
1 parent adbcc8e commit 76bf262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/cmake/config-ix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
endif()
endif()
endif()
else()
set(LLVM_ENABLE_TERMINFO 0)
endif()
endif()

Expand Down

0 comments on commit 76bf262

Please sign in to comment.