From: Timo Heister Date: Tue, 20 Sep 2016 19:44:53 +0000 (-0400) Subject: silence update-to-date cmake install message X-Git-Tag: v8.5.0-rc1~650^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a13efa459ef0dc9452330af821db3d213fe0462d;p=dealii.git silence update-to-date cmake install message --- 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: #