summaryrefslogtreecommitdiff
path: root/next
diff options
context:
space:
mode:
authorMikko Pulkki <mikko.pulkki@mapbox.com>2019-11-01 17:50:46 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-11 10:11:49 +0200
commit4176b28a7794fb04ac81721404407a6a8a1c6ffe (patch)
tree28bd30063cc0781d80eadcd92a946258d0bdbe0a /next
parent55e18a6f81f3b8ee61c3eb70b0d1cbe9a861e44f (diff)
downloadqtlocation-mapboxgl-4176b28a7794fb04ac81721404407a6a8a1c6ffe.tar.gz
[Linux] Remove CA certificate bundle
Diffstat (limited to 'next')
-rw-r--r--next/platform/linux/linux.cmake13
1 files changed, 0 insertions, 13 deletions
diff --git a/next/platform/linux/linux.cmake b/next/platform/linux/linux.cmake
index 396b9a0ffd..52aba6ea95 100644
--- a/next/platform/linux/linux.cmake
+++ b/next/platform/linux/linux.cmake
@@ -79,19 +79,6 @@ target_link_libraries(
mbgl-vendor-sqlite
)
-add_custom_target(mbgl-ca-bundle)
-add_dependencies(mbgl-core mbgl-ca-bundle)
-
-add_custom_command(
- TARGET mbgl-ca-bundle PRE_BUILD
- COMMAND
- ${CMAKE_COMMAND}
- -E
- copy
- ${MBGL_ROOT}/misc/ca-bundle.crt
- ${CMAKE_BINARY_DIR}
-)
-
add_subdirectory(${PROJECT_SOURCE_DIR}/bin)
add_subdirectory(${PROJECT_SOURCE_DIR}/expression-test)
add_subdirectory(${PROJECT_SOURCE_DIR}/platform/glfw)