1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01: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:
Petr Hosek 2020-08-19 11:06:19 -07:00
parent 1318b038fa
commit d1067d6639

View File

@ -175,6 +175,8 @@ if(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
endif()
endif()
endif()
else()
set(LLVM_ENABLE_TERMINFO 0)
endif()
endif()