From 9c808cf92195668b85aec8c1c4e42f998e279b3a Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Tue, 17 Apr 2018 11:28:29 +0200 Subject: [PATCH] cmake: fix typo in status message Replaced " we are x84_64" with " we are x86_64" in `src/CMakeLists.txt` Signed-off-by: Lenz Grimmer --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a39550c45de8b..874e7f3ae12dd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -109,7 +109,7 @@ if(no_yasm) else(no_yasm) message(STATUS " we have a modern and working yasm") if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64|x86_64") - message(STATUS " we are x84_64") + message(STATUS " we are x86_64") set(save_quiet ${CMAKE_REQUIRED_QUIET}) set(CMAKE_REQUIRED_QUIET true) include(CheckCXXSourceCompiles) -- 2.39.5