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