summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-30 12:41:19 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-02 14:09:08 +0300
commit0c0b82dc27cbe15cc902ce2c1dac00d77eccc03c (patch)
tree7f415cf82202804f93199b0bea829f658b54c6cd /cmake
parentef124e9331e70f3c34d04799fffc632e62932a2c (diff)
downloadqtlocation-mapboxgl-0c0b82dc27cbe15cc902ce2c1dac00d77eccc03c.tar.gz
[build] Use supercluster.hpp from mapbox-base
Diffstat (limited to 'cmake')
-rw-r--r--cmake/core.cmake1
-rw-r--r--cmake/vendor.cmake1
2 files changed, 0 insertions, 2 deletions
diff --git a/cmake/core.cmake b/cmake/core.cmake
index abb55d174a..d752607068 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -14,7 +14,6 @@ target_link_libraries(mbgl-core PRIVATE
geojson-vt-cpp
kdbush.hpp
shelf-pack-cpp
- supercluster.hpp
unique_resource
wagyu
)
diff --git a/cmake/vendor.cmake b/cmake/vendor.cmake
index 0b164434c9..904516f664 100644
--- a/cmake/vendor.cmake
+++ b/cmake/vendor.cmake
@@ -22,7 +22,6 @@ include(${CMAKE_SOURCE_DIR}/vendor/polylabel.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/protozero.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/rapidjson.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/shelf-pack-cpp.cmake)
-include(${CMAKE_SOURCE_DIR}/vendor/supercluster.hpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/unique_resource.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/vector-tile.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/wagyu.cmake)