summaryrefslogtreecommitdiff
path: root/platform/macos/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/macos/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/macos/config.cmake')
-rw-r--r--platform/macos/config.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake
index 20ac7bc242..6333beaeb5 100644
--- a/platform/macos/config.cmake
+++ b/platform/macos/config.cmake
@@ -1,11 +1,5 @@
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
-mason_use(glfw VERSION 2018-06-27-0be4f3f)
-mason_use(gtest VERSION 1.8.0)
-mason_use(benchmark VERSION 1.2.0)
-mason_use(icu VERSION 58.1-min-size)
-mason_use(args VERSION 6.2.0 HEADER_ONLY)
-
include(cmake/loop-darwin.cmake)
macro(mbgl_platform_core)