CMake: Make the install step more zen

The "Installing $foo..." messages are just noise, so turn them off.
This commit is contained in:
Nico Weber 2020-06-19 10:52:39 -04:00 committed by Andreas Kling
parent dff5abb073
commit 35c4a4971a

View file

@ -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