Author: Pavel Labath Date: 2019-12-20T16:50:06+01:00 New Revision: ca567ad6ffc1fbbd5e354ab80e426c052d027811
URL: https://github.com/llvm/llvm-project/commit/ca567ad6ffc1fbbd5e354ab80e426c052d027811 DIFF: https://github.com/llvm/llvm-project/commit/ca567ad6ffc1fbbd5e354ab80e426c052d027811.diff LOG: [lldb/cmake] Remove support for LLDB_DISABLE_CURSES The buildbot which necessitated this is fixed. Added: Modified: lldb/cmake/modules/LLDBConfig.cmake Removed: ################################################################################ diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake index 063c1fdaa376..e5573197540d 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) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits