CMake: omit superfluous Up-to-date messages

Causes a lot of noise when building the install target.
This commit is contained in:
Campbell Barton 2018-07-30 15:20:34 +10:00
parent 83227de828
commit 6f1514d22d

@ -62,6 +62,11 @@ if(NOT DEFINED CMAKE_BUILD_TYPE_INIT)
set(CMAKE_BUILD_TYPE_INIT "Release")
endif()
# Omit superfluous "Up-to-date" messages.
if(NOT DEFINED CMAKE_INSTALL_MESSAGE)
set(CMAKE_INSTALL_MESSAGE "LAZY")
endif()
# quiet output for Makefiles, 'make -s' helps too
# set_property(GLOBAL PROPERTY RULE_MESSAGES OFF)