diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-03-25 17:47:10 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-03-25 22:52:40 +0200 |
commit | c397fd853c8f5743385cc28596d0c7d261d2d1b6 (patch) | |
tree | 763f7eb22d4987515b93eb7d45a72d8d82576d4e /cmake/vendor.cmake | |
parent | 419bfbe0eb12db8144bc5361bcc90b419e28f429 (diff) | |
download | qtlocation-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.cmake | 1 |
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() |