This is an archive of the discontinued LLVM Phabricator instance.

[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)
reducing the amount of boilerplate.

Diff Detail

Event Timeline

phosek created this revision.Jul 27 2020, 11:58 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptJul 27 2020, 11:58 AM
compnerd accepted this revision.Jul 27 2020, 3:04 PM

Thanks, this is a great idea!

This revision is now accepted and ready to land.Jul 27 2020, 3:04 PM
This revision was automatically updated to reflect the committed changes.