mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
c18ae8a43a
Summary: CMake's `find_package` outputs to the console on success, which confuses the smart console mode of the `ninja` build system. Let's quiet the success message and manually warn instead. Reviewers: tstellar, phosek, mehdi_amini Reviewed By: mehdi_amini Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D82276
See docs/CMake.html for instructions on how to build LLVM with CMake.