[all-commits] [llvm/llvm-project] 247c4f: [CMake] Use find_dependency in LLVMConfig.cmake
Petr Hosek via All-commits
all-commits at lists.llvm.org
Mon Sep 21 23:39:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 247c4fc50720ed48db2464bbe59839eedbe16794
https://github.com/llvm/llvm-project/commit/247c4fc50720ed48db2464bbe59839eedbe16794
Author: Petr Hosek <phosek at google.com>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/cmake/modules/LLVMConfig.cmake.in
Log Message:
-----------
[CMake] Use find_dependency in LLVMConfig.cmake
This prefered over find_package as find_dependency forwards the correct
parameters for QUIET and REQUIRED to find_package.
Differential Revision: https://reviews.llvm.org/D88069
More information about the All-commits
mailing list