summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-23 13:18:45 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-03-23 11:33:06 -0400
commit71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c (patch)
tree9e967525c261baf0172d6bffc7d88572691c83f5 /bin
parent648ce071d39e275ddfcd20a94a6f96547c314635 (diff)
downloadqtlocation-mapboxgl-71efb24e2d3e2408f6e283ed7b8b4a1f6b24324c.tar.gz
Bump mapbox-base to 1.2.0
Diffstat (limited to 'bin')
-rw-r--r--bin/CMakeLists.txt2
-rw-r--r--bin/cache.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt
index 8f265ecb91..d6ac17ae1c 100644
--- a/bin/CMakeLists.txt
+++ b/bin/CMakeLists.txt
@@ -6,8 +6,8 @@ add_executable(
target_link_libraries(
mbgl-cache
PRIVATE
+ Mapbox::Base
Mapbox::Base::Extras::args
- Mapbox::Base::io
mbgl-compiler-options
mbgl-core
)
diff --git a/bin/cache.cpp b/bin/cache.cpp
index 69d96c1d42..179cd9dc8c 100644
--- a/bin/cache.cpp
+++ b/bin/cache.cpp
@@ -5,7 +5,7 @@
#include <mbgl/util/run_loop.hpp>
#include <args.hxx>
-#include <mapbox/io.hpp>
+#include <mapbox/io/io.hpp>
#include <fstream>
#include <iostream>