summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-30 13:23:25 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-02 14:09:08 +0300
commit0edc50561ffc7d05bee3cae4db3c03eb36c11816 (patch)
tree824e99adcdeb1dcdb5116bc789d70f946ae35188 /cmake
parentd4ef66c7b06d00295a54d48646a6ef4be03d9c4f (diff)
downloadqtlocation-mapboxgl-0edc50561ffc7d05bee3cae4db3c03eb36c11816.tar.gz
[build] Use geojson.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 223c479e7f..d0c6be9f59 100644
--- a/cmake/core.cmake
+++ b/cmake/core.cmake
@@ -28,7 +28,6 @@ target_link_libraries(mbgl-core PUBLIC
boost
mapbox-base-extras
mapbox-base
- geojson.hpp
${ICU_LIBRARY}
polylabel
protozero
diff --git a/cmake/vendor.cmake b/cmake/vendor.cmake
index 2932bcf094..3b7976c500 100644
--- a/cmake/vendor.cmake
+++ b/cmake/vendor.cmake
@@ -11,7 +11,6 @@ include(${CMAKE_SOURCE_DIR}/vendor/eternal.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/expected.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/filesystem.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/geojson-vt-cpp.cmake)
-include(${CMAKE_SOURCE_DIR}/vendor/geojson.hpp.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/googletest.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/icu.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/jni.hpp.cmake)