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:
Timothy Flynn 2022-09-11 16:10:39 -04:00 committed by Linus Groh
parent 2612d23032
commit be41b19146

View file

@ -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()
endif()