[all-commits] [llvm/llvm-project] 64d99c: [CMake] Move find_package(ZLIB) to LLVMConfig
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Jul 27 17:14:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64d99cc6abed78c00a2a7863b02ce54911a5264f
https://github.com/llvm/llvm-project/commit/64d99cc6abed78c00a2a7863b02ce54911a5264f
Author: Petr Hosek <phosek at google.com>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M clang/CMakeLists.txt
M lld/CMakeLists.txt
M lldb/cmake/modules/LLDBStandalone.cmake
M llvm/cmake/modules/LLVMConfig.cmake.in
M mlir/examples/standalone/CMakeLists.txt
Log Message:
-----------
[CMake] Move find_package(ZLIB) to LLVMConfig
This way, downstream projects don't have to invoke find_package(ZLIB)
reducing the amount of boilerplate.
Differential Revision: https://reviews.llvm.org/D84691
More information about the All-commits
mailing list