summaryrefslogtreecommitdiff
path: root/platform/android/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/android/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/android/config.cmake')
-rw-r--r--platform/android/config.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/android/config.cmake b/platform/android/config.cmake
index fa26987e5a..88130dc104 100644
--- a/platform/android/config.cmake
+++ b/platform/android/config.cmake
@@ -21,11 +21,6 @@ endif()
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--gc-sections -Wl,--version-script=${CMAKE_SOURCE_DIR}/platform/android/version-script")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--gc-sections -Wl,--version-script=${CMAKE_SOURCE_DIR}/platform/android/version-script")
-mason_use(jni.hpp VERSION 3.0.0 HEADER_ONLY)
-mason_use(sqlite VERSION 3.14.2)
-mason_use(gtest VERSION 1.8.0)
-mason_use(icu VERSION 58.1-min-size)
-
## mbgl core ##
macro(mbgl_platform_core)