summaryrefslogtreecommitdiff
path: root/cmake/glfw.cmake
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-30 15:14:17 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-09-02 14:09:08 +0300
commit805eede8c4c79a9f7cd83f2191697e72793232b0 (patch)
treef7398e1c35f3c91462afa40aeb87baf68aee72e0 /cmake/glfw.cmake
parent4af4081fcfe190c7f10d695cededb35d1ec3b550 (diff)
downloadqtlocation-mapboxgl-805eede8c4c79a9f7cd83f2191697e72793232b0.tar.gz
[build] Use args from mapbox-base
Diffstat (limited to 'cmake/glfw.cmake')
-rw-r--r--cmake/glfw.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/glfw.cmake b/cmake/glfw.cmake
index a4d9c30477..6abc93d837 100644
--- a/cmake/glfw.cmake
+++ b/cmake/glfw.cmake
@@ -23,7 +23,7 @@ target_link_libraries(mbgl-glfw
PRIVATE mbgl-core
PRIVATE glfw
PRIVATE cheap-ruler-cpp
- PRIVATE args
+ PRIVATE Mapbox::Base::Extras::args
)
mbgl_platform_glfw()