From 8646be90f15f3e0b146132398e2b9c84f34747e8 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Mon, 14 Aug 2017 16:32:05 +0300 Subject: [PATCH] Fix iOS build --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10ecd6cef352..df2b0f98900f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,6 @@ HunterGate( project(OpenCV CXX C) if(IOS) - set(CMAKE_SYSTEM_PROCESSOR "") set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG -O3 -fomit-frame-pointer -ffast-math") endif()