This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Use find_dependency in LLVMConfig.cmake
ClosedPublic

Authored by phosek on Sep 21 2020, 10:39 PM.

Details

Summary

This prefered over find_package as find_dependency forwards the correct
parameters for QUIET and REQUIRED to find_package.

Diff Detail

Event Timeline

phosek created this revision.Sep 21 2020, 10:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2020, 10:39 PM
phosek requested review of this revision.Sep 21 2020, 10:39 PM
This revision is now accepted and ready to land.Sep 21 2020, 11:02 PM
This revision was automatically updated to reflect the committed changes.