Cleanup: Fix typo

This commit is contained in:
Falk David 2024-02-28 15:23:04 +01:00
parent 87a98c361c
commit 5c7e4e15ca
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
message(STATUS "The \"mold\" binary could not be found, using system linker.")
set(WITH_LINKER_MOLD OFF)
elseif(CMAKE_C_COMPILER_VERSION VERSION_LESS 12.1)
message(STATUS "GCC 12.1 or newer is required for th MOLD linker.")
message(STATUS "GCC 12.1 or newer is required for the MOLD linker.")
set(WITH_LINKER_MOLD OFF)
else()
get_filename_component(MOLD_BIN_DIR "${MOLD_BIN}" DIRECTORY)