mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +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
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.")
|
"and that's all there is.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_INSTALL_MESSAGE NEVER)
|
||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
add_custom_target(image
|
add_custom_target(image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue