This way, downstream projects don't have to invoke find_package(ZLIB)
reducing the amount of boilerplate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D84691
[CMake] Move find_package(ZLIB) to LLVMConfig ClosedPublic Authored by phosek on Jul 27 2020, 11:58 AM.
Details Summary This way, downstream projects don't have to invoke find_package(ZLIB)
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptJul 27 2020, 11:58 AM Herald added subscribers: llvm-commits, lldb-commits, cfe-commits and 17 others. · View Herald Transcript This revision is now accepted and ready to land.Jul 27 2020, 3:04 PM Closed by commit rG64d99cc6abed: [CMake] Move find_package(ZLIB) to LLVMConfig (authored by phosek). · Explain WhyJul 27 2020, 5:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 281085 clang/CMakeLists.txt
lld/CMakeLists.txt
lldb/cmake/modules/LLDBStandalone.cmake
llvm/cmake/modules/LLVMConfig.cmake.in
mlir/examples/standalone/CMakeLists.txt
|