[all-commits] [llvm/llvm-project] e79c08: [cmake] Allow multiple LibEdit_LIBRARIES (#93896)
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Fri May 31 11:36:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e79c0806552880aa802c83f1edf59a3ffd39bdcc
https://github.com/llvm/llvm-project/commit/e79c0806552880aa802c83f1edf59a3ffd39bdcc
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2024-05-31 (Fri, 31 May 2024)
Changed paths:
M llvm/cmake/modules/FindLibEdit.cmake
Log Message:
-----------
[cmake] Allow multiple LibEdit_LIBRARIES (#93896)
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`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list