From bbeb86577eea34d6241f0e70119f91f208cd7a12 Mon Sep 17 00:00:00 2001 From: Fabian Guerra Soto Date: Fri, 18 Oct 2019 13:59:04 -0700 Subject: [ios] Add ARC config to the new build system. (#15833) --- next/platform/ios/ios.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next/platform/ios/ios.cmake b/next/platform/ios/ios.cmake index 7a729d996a..135a637783 100644 --- a/next/platform/ios/ios.cmake +++ b/next/platform/ios/ios.cmake @@ -3,6 +3,8 @@ target_compile_definitions( PUBLIC MBGL_USE_GLES2 GLES_SILENCE_DEPRECATION ) +set_target_properties(mbgl-core PROPERTIES XCODE_ATTRIBUTE_CLANG_ENABLE_OBJC_ARC YES) + target_sources( mbgl-core PRIVATE -- cgit v1.2.1