[all-commits] [llvm/llvm-project] 2a9c3e: Make ninja smart console builds more pretty
David Zarzycki via All-commits
all-commits at lists.llvm.org
Mon Jun 22 03:35:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a9c3eb9ec8e16519ac33c601aa1a7deaaf6c1c2
https://github.com/llvm/llvm-project/commit/2a9c3eb9ec8e16519ac33c601aa1a7deaaf6c1c2
Author: David Zarzycki <dave at znu.io>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M llvm/cmake/modules/VersionFromVCS.cmake
Log Message:
-----------
Make ninja smart console builds more pretty
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
More information about the All-commits
mailing list