summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-12-13 15:32:48 +0100
committerKonstantin Käfer <mail@kkaefer.com>2018-01-03 01:07:41 +0100
commit1dd5e405c113bac4446b5b5175b92ce7ff7467bf (patch)
tree9e7e9ea84e634a0e4052803ad0773128752a470a /platform/linux
parent54c4b8331272579a61c7ad82d711e3c8abf789f4 (diff)
downloadqtlocation-mapboxgl-1dd5e405c113bac4446b5b5175b92ce7ff7467bf.tar.gz
[build] Remove unused files, and cleanup directories
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index 6de571e88b..dd5f0af112 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -115,7 +115,7 @@ macro(mbgl_platform_glfw)
add_custom_command(
TARGET mbgl-glfw POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
- ${CMAKE_SOURCE_DIR}/common/ca-bundle.crt
+ ${CMAKE_SOURCE_DIR}/misc/ca-bundle.crt
${CMAKE_CURRENT_BINARY_DIR}/ca-bundle.crt
)
endmacro()