0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 17:48:37 +00:00

Silence up-to-date installation targets. ()

This commit is contained in:
vkalintiris 2024-10-22 13:27:57 +03:00 committed by GitHub
parent 6a600de8d4
commit ed2c616434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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