forked from OSchip/llvm-project
[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:
parent
adbcc8e733
commit
76bf26236f
|
@ -175,6 +175,8 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
set(LLVM_ENABLE_TERMINFO 0)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue