mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 02:20:25 +01:00
Attempt to be consistent with spacing if()
This commit is contained in:
parent
342347eda4
commit
f2d6e31690
|
@ -104,7 +104,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
|||
if(NOT PANDORA)
|
||||
add_compile_options(-march=native)
|
||||
endif()
|
||||
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^arm.*")
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm.*")
|
||||
add_compile_options(-mfpu=neon)
|
||||
endif()
|
||||
add_compile_options(-fno-strict-aliasing)
|
||||
|
|
Loading…
Reference in New Issue
Block a user