Skip to content

Commit

Permalink
cmake: fix typo in status message
Browse files Browse the repository at this point in the history
Replaced " we are x84_64" with  " we are x86_64" in `src/CMakeLists.txt`

Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
(cherry picked from commit 9c808cf)
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
  • Loading branch information
Lenz Grimmer authored and epuertat committed Sep 26, 2018
1 parent 226af0f commit 07e2cc2
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 @@ -100,7 +100,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 07e2cc2

Please sign in to comment.