[PATCH] D85820: Use find_library for ncurses
Harmen Stoppels via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 14:59:33 PDT 2020
haampie added a comment.
I also considered `set(CURSES_NEED_NCURSES true)` and then `find_package(Curses)`, but indeed `CURSES_LIBRARIES` is the only thing to work with, which lists too many libraries. I think `find_library` is cleanest. Thanks for the `LLVM_ENABLE_TERMINFO`, I can add that change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85820/new/
https://reviews.llvm.org/D85820
More information about the llvm-commits
mailing list