mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
CMake: Make the install step more zen
The "Installing $foo..." messages are just noise, so turn them off.
This commit is contained in:
committed by
Andreas Kling
parent
dff5abb073
commit
35c4a4971a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user