From 5c7e4e15caf8fdb3d8f57aa20d824a0e881f5405 Mon Sep 17 00:00:00 2001 From: Falk David Date: Wed, 28 Feb 2024 15:23:04 +0100 Subject: [PATCH] Cleanup: Fix typo --- build_files/cmake/platform/platform_unix.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake index f039cff72ea..199e671a1fd 100644 --- a/build_files/cmake/platform/platform_unix.cmake +++ b/build_files/cmake/platform/platform_unix.cmake @@ -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)