mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 01:46:06 +00:00

If built statically, `libedit` may have a private static library dependency on a provider of the `terminfo` API (e.g., `ncurses`). This means that multiple libraries would need to be provided as the value for `LibEdit_LIBRARIES`, but the current implementation of `FindLibEdit` precludes this. This PR allows a list to be passed to `LibEdit_LIBRARIES`.
See docs/CMake.html for instructions on how to build LLVM with CMake.