summaryrefslogtreecommitdiff
path: root/cmake/mason-dependencies.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-16 17:53:17 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-16 18:58:30 +0200
commit9be6c8b1b77f8fc026caee8a09e0cf28e0781253 (patch)
treeaa642ad3a8c4aa0555581002846cceadbfed4ce9 /cmake/mason-dependencies.cmake
parent8757ccddb0d3eb8b271e903244fabe6a21b401a1 (diff)
downloadqtlocation-mapboxgl-9be6c8b1b77f8fc026caee8a09e0cf28e0781253.tar.gz
[build] Add more vendor packages
* jni.hpp * cheap-ruler-cpp * pixelmatch-cpp
Diffstat (limited to 'cmake/mason-dependencies.cmake')
-rw-r--r--cmake/mason-dependencies.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmake/mason-dependencies.cmake b/cmake/mason-dependencies.cmake
index 3a7a3f2ef0..f007ab4c26 100644
--- a/cmake/mason-dependencies.cmake
+++ b/cmake/mason-dependencies.cmake
@@ -1,10 +1,7 @@
# All dependencies in a single separate file so its checksum can be used in a CI cache key name
-mason_use(cheap-ruler VERSION 2.5.3 HEADER_ONLY)
-mason_use(pixelmatch VERSION 0.10.0 HEADER_ONLY)
-
if(MBGL_PLATFORM STREQUAL "android")
- mason_use(jni.hpp VERSION 4.0.1 HEADER_ONLY)
+ # noop
elseif(MBGL_PLATFORM STREQUAL "ios")
# noop
elseif(MBGL_PLATFORM STREQUAL "linux")