From a13efa459ef0dc9452330af821db3d213fe0462d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 20 Sep 2016 15:44:53 -0400 Subject: [PATCH] silence update-to-date cmake install message --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae70ed8b73..ba2e58325e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,6 +63,11 @@ FOREACH(_file ${_macro_files}) INCLUDE(${_file}) ENDFOREACH() +# +# Avoid verbose "Up-to-date" status information during installation: +# +SET_IF_EMPTY(CMAKE_INSTALL_MESSAGE "LAZY") + # # Check for the existence of various optional folders: # -- 2.39.5