Skip to content

Commit

Permalink
Merge pull request #21464 from LenzGr/fix-cmakelist
Browse files Browse the repository at this point in the history
cmake: fix typo in status message

Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Ricardo Dias <rdias@suse.com>
  • Loading branch information
tchaikov committed Apr 18, 2018
2 parents d2fdd4a + 9c808cf commit 8039ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8039ea8

Please sign in to comment.