From 35c4a4971a30ba6b2a8e4ca65297d2ff05f63a83 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 19 Jun 2020 10:52:39 -0400 Subject: [PATCH] CMake: Make the install step more zen The "Installing $foo..." messages are just noise, so turn them off. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fdeac77407..fb1e821d683 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,8 @@ if(NOT "${CMAKE_BUILD_TYPE}" STREQUAL "") "and that's all there is.") endif() +set(CMAKE_INSTALL_MESSAGE NEVER) + enable_testing() add_custom_target(image