summaryrefslogtreecommitdiff
path: root/cmake/vendor.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/vendor.cmake
parentd4ef66c7b06d00295a54d48646a6ef4be03d9c4f (diff)
downloadqtlocation-mapboxgl-0edc50561ffc7d05bee3cae4db3c03eb36c11816.tar.gz
[build] Use geojson.hpp from mapbox-base
Diffstat (limited to 'cmake/vendor.cmake')
-rw-r--r--cmake/vendor.cmake1
1 files changed, 0 insertions, 1 deletions
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)