aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/android/ArchSetup.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/scripts/android/ArchSetup.cmake b/cmake/scripts/android/ArchSetup.cmake
index 49ba396194..d76ce93a16 100644
--- a/cmake/scripts/android/ArchSetup.cmake
+++ b/cmake/scripts/android/ArchSetup.cmake
@@ -17,7 +17,6 @@ else()
if(CPU STREQUAL armeabi-v7a)
set(ARCH arm)
set(NEON True)
- set(NEON_FLAGS "-mfpu=neon")
elseif(CPU STREQUAL arm64-v8a)
set(ARCH aarch64)
set(NEON True)