diff --git a/Sources/CMakeLists.txt b/Sources/CMakeLists.txt index 2f74511..ac31117 100755 --- a/Sources/CMakeLists.txt +++ b/Sources/CMakeLists.txt @@ -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)