mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[CMake] Always mark terminfo as unavailable on Windows
This addresses the issue introduced by D86134. Differential Revision: https://reviews.llvm.org/D86234
This commit is contained in:
@@ -175,6 +175,8 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
set(LLVM_ENABLE_TERMINFO 0)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user