mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
Meta: Do not log CMake version on each CMake invocation
It is a tad verbose to print this each time CMake runs.
This commit is contained in:
parent
2612d23032
commit
be41b19146
1 changed files with 1 additions and 3 deletions
|
@ -23,6 +23,4 @@ if (CMAKE_VERSION VERSION_LESS 3.18.0)
|
|||
if (NOT GZIP_TOOL)
|
||||
message(FATAL_ERROR "Failed to locate gzip on your machine, please install it and re-read the SerenityOS build documentation.")
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "Found cmake ${CMAKE_VERSION} - using CMake to uncompress")
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue