mgorny added inline comments.
================
Comment at: lldb/cmake/modules/LLDBConfig.cmake:497
if (LLDB_ENABLE_CURSES)
- find_package(Curses REQUIRED)
find_library(CURSES_PANEL_LIBRARY NAMES panel DOC "The curses panel
library")
if (NOT CURSES_PANEL_LIBRARY)
----------------
Isn't this redundant now?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71306/new/
https://reviews.llvm.org/D71306
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits