Remove redundant -mfpu=neon flag.
authororestis <orestis@ee.auth.gr>
Wed, 19 Nov 2014 21:26:36 +0000 (23:26 +0200)
committerorestis <orestis@ee.auth.gr>
Wed, 19 Nov 2014 21:26:36 +0000 (23:26 +0200)
This flag is already added in line 131.

cmake/OpenCVCompilerOptions.cmake

index 909e2a4..2f9068c 100644 (file)
@@ -171,10 +171,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
     endif()
   endif()
 
-  if(ENABLE_NEON)
-    add_extra_compiler_option(-mfpu=neon)
-  endif()
-
   # Profiling?
   if(ENABLE_PROFILING)
     add_extra_compiler_option("-pg -g")