Browse Source

Silence up-to-date installation targets. (#18842)

vkalintiris 4 months ago
parent
commit
ed2c616434
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -30,6 +30,8 @@ if(STATIC_BUILD)
     list(APPEND PKG_CONFIG_EXECUTABLE "--static")
 endif()
 
+set(CMAKE_INSTALL_MESSAGE LAZY)
+
 set(CMAKE_C_STANDARD 11)
 set(CMAKE_CXX_STANDARD 14)
 set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "netdata")