diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-12-20 16:50:06 +0100 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-12-20 16:50:06 +0100 |
| commit | ca567ad6ffc1fbbd5e354ab80e426c052d027811 (patch) | |
| tree | 0ec2f9b7b352b64f57c6aa4772c8c47ca5a65dc7 /lldb/cmake/modules | |
| parent | aaa34bc0bd1aeb7271ba0ce2c4f3dfba5dbae8e2 (diff) | |
| download | bcm5719-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.cmake | 7 |
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) |

