summaryrefslogtreecommitdiff
path: root/cmake/mason-dependencies.cmake
diff options
context:
space:
mode:
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")