aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2019-10-18 13:59:04 -0700
committerGitHub <noreply@github.com>2019-10-18 13:59:04 -0700
commitbbeb86577eea34d6241f0e70119f91f208cd7a12 (patch)
tree913f1b214c5ffcc7437056a81df97694579560ce
parent722a0c2f616e4094996c39c42335dc47e1c1f87a (diff)
[ios] Add ARC config to the new build system. (#15833)
-rw-r--r--next/platform/ios/ios.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/next/platform/ios/ios.cmake b/next/platform/ios/ios.cmake
index 7a729d996..135a63778 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