summaryrefslogtreecommitdiffstats
path: root/lldb/cmake/modules
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-12-20 16:50:06 +0100
committerPavel Labath <pavel@labath.sk>2019-12-20 16:50:06 +0100
commitca567ad6ffc1fbbd5e354ab80e426c052d027811 (patch)
tree0ec2f9b7b352b64f57c6aa4772c8c47ca5a65dc7 /lldb/cmake/modules
parentaaa34bc0bd1aeb7271ba0ce2c4f3dfba5dbae8e2 (diff)
downloadbcm5719-llvm-ca567ad6ffc1fbbd5e354ab80e426c052d027811.tar.gz
bcm5719-llvm-ca567ad6ffc1fbbd5e354ab80e426c052d027811.zip
[lldb/cmake] Remove support for LLDB_DISABLE_CURSES
The buildbot which necessitated this is fixed.
Diffstat (limited to 'lldb/cmake/modules')
-rw-r--r--lldb/cmake/modules/LLDBConfig.cmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake
index 063c1fdaa37..e5573197540 100644
--- a/lldb/cmake/modules/LLDBConfig.cmake
+++ b/lldb/cmake/modules/LLDBConfig.cmake
@@ -29,12 +29,7 @@ set(default_enable_lua OFF) # Experimental
set(default_enable_libedit ON)
set(default_enable_curses ON)
-# Temporary support the old LLDB_DISABLE_* variables
-if (DEFINED LLDB_DISABLE_CURSES)
- if (LLDB_DISABLE_CURSES)
- set(default_enable_curses OFF)
- endif()
-endif()
+# Temporarily support the old LLDB_DISABLE_* variables
if (DEFINED LLDB_DISABLE_PYTHON)
if (LLDB_DISABLE_PYTHON)
set(default_enable_python OFF)
OpenPOWER on IntegriCloud