summaryrefslogtreecommitdiff
path: root/platform/ios/config.cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-05 10:28:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-13 11:50:39 -0700
commitca9ba9cb43f4947fe75b5e6caabaa08fdfe6a278 (patch)
tree570e11eec9320a0221be4d5235ab6b5f2869ff77 /platform/ios/config.cmake
parentc6e43fa48265279eff506e4b71fadcd080ebb1a4 (diff)
downloadqtlocation-mapboxgl-ca9ba9cb43f4947fe75b5e6caabaa08fdfe6a278.tar.gz
[build] Move all mason_use statements to a single file
So its checksum can be used in a CI cache key name.
Diffstat (limited to 'platform/ios/config.cmake')
-rw-r--r--platform/ios/config.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/config.cmake b/platform/ios/config.cmake
index a607fbdf35..6dd3f23a69 100644
--- a/platform/ios/config.cmake
+++ b/platform/ios/config.cmake
@@ -1,7 +1,5 @@
add_definitions(-DMBGL_USE_GLES2=1)
-mason_use(icu VERSION 58.1-min-size)
-
macro(initialize_ios_target target)
set_xcode_property(${target} IPHONEOS_DEPLOYMENT_TARGET "9.0")
set_xcode_property(${target} ENABLE_BITCODE "YES")