Skip to content

Commit

Permalink
Merge pull request #5 from sys-bio/turn-off-terminfo
Browse files Browse the repository at this point in the history
Turn off TERMINFO by default.
  • Loading branch information
luciansmith authored Nov 17, 2023
2 parents 309b8a1 + 15c6bf5 commit 8fede60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ set(FFI_INCLUDE_DIR "" CACHE PATH "Additional directory, where CMake should sear
set(LLVM_TARGET_ARCH "host"
CACHE STRING "Set target to use for LLVM JIT or use \"host\" for automatic detection.")

option(LLVM_ENABLE_TERMINFO "Use terminfo database if available." ON)
option(LLVM_ENABLE_TERMINFO "Use terminfo database if available." OFF)

set(LLVM_ENABLE_LIBXML2 "ON" CACHE STRING "Use libxml2 if available. Can be ON, OFF, or FORCE_ON")

Expand Down

0 comments on commit 8fede60

Please sign in to comment.