summaryrefslogtreecommitdiff
path: root/cmake/vendor.cmake
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 17:47:10 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-03-25 22:52:40 +0200
commitc397fd853c8f5743385cc28596d0c7d261d2d1b6 (patch)
tree763f7eb22d4987515b93eb7d45a72d8d82576d4e /cmake/vendor.cmake
parent419bfbe0eb12db8144bc5361bcc90b419e28f429 (diff)
downloadqtlocation-mapboxgl-c397fd853c8f5743385cc28596d0c7d261d2d1b6.tar.gz
[core] Bump args to 6.2.2 (does not use RTTI)
Diffstat (limited to 'cmake/vendor.cmake')
-rw-r--r--cmake/vendor.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/vendor.cmake b/cmake/vendor.cmake
index ddeefad76d..7aac53e4cb 100644
--- a/cmake/vendor.cmake
+++ b/cmake/vendor.cmake
@@ -29,5 +29,6 @@ include(${CMAKE_SOURCE_DIR}/vendor/vector-tile.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/wagyu.cmake)
if(MBGL_PLATFORM STREQUAL "linux" OR MBGL_PLATFORM STREQUAL "macos")
+ include(${CMAKE_SOURCE_DIR}/vendor/args.cmake)
include(${CMAKE_SOURCE_DIR}/vendor/glfw.cmake)
endif()