Updating MapLibre Native to the latest version (2023-04-28)

This commit is contained in:
Dan Paulat 2023-04-29 01:44:23 -05:00
parent 271756bba9
commit 8e8567a48f
5 changed files with 12 additions and 8 deletions

@ -1 +1 @@
Subproject commit e12c4d6be450a163b38548f72e72f4080fc71dbb
Subproject commit 4c01b7ef1f19964167070c3ea008780b8df72182

View file

@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.20)
set(PROJECT_NAME scwx-mbgl)
set(gtest_disable_pthreads ON)
set(MBGL_WITH_QT ON)
set(MBGL_QT_WITH_INTERNAL_ICU ON)
set(MLN_WITH_QT ON)
set(MLN_QT_WITH_INTERNAL_ICU ON)
add_subdirectory(mapbox-gl-native)
find_package(ZLIB)