[Lldb-commits] [PATCH] D71306: [RFC] Change how we deal with optional dependencies

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 19 20:49:44 PST 2019


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





More information about the lldb-commits mailing list