mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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:
parent
dff5abb073
commit
35c4a4971a
Notes:
sideshowbarker
2024-07-19 05:32:54 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/35c4a4971a3 Pull-request: https://github.com/SerenityOS/serenity/pull/2592
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue