Target a minimal terminfo library rather than necessarily a full curses
[oota-llvm.git] / CMakeLists.txt
index a0a6c75fe72c72ed50f63c6d72c96b07f6a29766..3bd9e112a27b19b1a46a517f1f2e5ac42e6cdce4 100644 (file)
@@ -123,7 +123,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_CURSES "Use curses to detect terminal info if available." ON)
+option(LLVM_ENABLE_TERMINFO "Use terminfo database if available." ON)
 
 option(LLVM_ENABLE_THREADS "Use threads if available." ON)