Skip to content

Commit 23fb327

Browse files
Lenz Grimmerepuertat
Lenz Grimmer
authored andcommitted
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 <[email protected]> (cherry picked from commit 9c808cf) Signed-off-by: Ernesto Puerta <[email protected]>
1 parent 656c3ab commit 23fb327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if(no_yasm)
100100
else(no_yasm)
101101
message(STATUS " we have a modern and working yasm")
102102
if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64|x86_64")
103-
message(STATUS " we are x84_64")
103+
message(STATUS " we are x86_64")
104104
set(save_quiet ${CMAKE_REQUIRED_QUIET})
105105
set(CMAKE_REQUIRED_QUIET true)
106106
include(CheckCXXSourceCompiles)

0 commit comments

Comments
 (0)