summaryrefslogtreecommitdiff
path: root/platform/macos/config.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-09-19 12:32:17 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-09-19 14:38:47 +0200
commit1014a503a22dc47e4e6ec3c37d034fd729873345 (patch)
tree6682ac3f03f2ea77ed720a03cc4ea7eecbeddd4e /platform/macos/config.cmake
parentd169ea55c1cfa85cd8bf19f94c5f023569f71810 (diff)
downloadqtlocation-mapboxgl-1014a503a22dc47e4e6ec3c37d034fd729873345.tar.gz
[build] Upgrade GLFW to 3.2.1, SQLite to 3.14.2 and libwebp to 0.5.1
Diffstat (limited to 'platform/macos/config.cmake')
-rw-r--r--platform/macos/config.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake
index f38ca52c5e..84d5051902 100644
--- a/platform/macos/config.cmake
+++ b/platform/macos/config.cmake
@@ -1,6 +1,6 @@
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10)
-mason_use(glfw VERSION 3.1.2)
+mason_use(glfw VERSION 3.2.1)
mason_use(boost_libprogram_options VERSION 1.60.0)
mason_use(gtest VERSION 1.7.0${MASON_CXXABI_SUFFIX})
@@ -57,6 +57,7 @@ endmacro()
macro(mbgl_platform_glfw)
target_link_libraries(mbgl-glfw
PRIVATE mbgl-loop
+ PRIVATE "-framework OpenGL"
PRIVATE "-lsqlite3"
)
endmacro()