mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
fix typo in CMakeLists.txt output message
This commit is contained in:
@@ -11,7 +11,7 @@ endif()
|
||||
if( NOT NO_MARCH_NATIVE AND CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)" )
|
||||
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Ofast -march=native" )
|
||||
message( STATUS "Using CFLAGS with -march=native" )
|
||||
message( STATUS "*** ONLY USE THIS WHEN COMPILING ON THE MACHINE THAT WLL RUN UXPLAY" )
|
||||
message( STATUS "*** ONLY USE THIS WHEN COMPILING ON THE MACHINE THAT WILL RUN UXPLAY" )
|
||||
message( STATUS " run \"cmake -DNO_MARCH_NATIVE=ON\" to switch off this compiler option" )
|
||||
else()
|
||||
message( STATUS "Not using -march=native" )
|
||||
|
||||
Reference in New Issue
Block a user