[lldb/cmake] Temporarily revive LLDB_DISABLE_CURSES
authorPavel Labath <pavel@labath.sk>
Fri, 13 Dec 2019 09:20:35 +0000 (10:20 +0100)
committerPavel Labath <pavel@labath.sk>
Fri, 13 Dec 2019 09:23:35 +0000 (10:23 +0100)
commitec109fb7edc627d777ead14fd289ea2f2278a4ad
tree4489d46f9f7c21b3056300e29f69394a2296c071
parent087528a331786228221d7a56a51ab97a3fcac8f1
[lldb/cmake] Temporarily revive LLDB_DISABLE_CURSES

At least one lldb bot still uses this cmake variable instead of
LLDB_ENABLE_CURSES. Add code to set the default value of the "enable"
variable based on the old value of the "disable" setting.

This should bring those bots back up, until we can update the master to
use the new setting.
lldb/cmake/modules/LLDBConfig.cmake