diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-02-10 11:23:15 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-02-10 17:55:57 +0100 |
commit | e66f050b99984b23261bb49c770e76ad571ad558 (patch) | |
tree | 047a15f1626596cba3a64ced5c33155c8d5715d7 /platform/macos/config.cmake | |
parent | b1e623246f3dd6339f9e182fb5650bb4d7060059 (diff) | |
download | qtlocation-mapboxgl-e66f050b99984b23261bb49c770e76ad571ad558.tar.gz |
[glfw] use newer version that allows automated graphics switching on macOS
Diffstat (limited to 'platform/macos/config.cmake')
-rw-r--r-- | platform/macos/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/config.cmake b/platform/macos/config.cmake index 46357d7d73..6ccec6465f 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.2.1) +mason_use(glfw VERSION 2017-02-09-77a8f10) mason_use(boost_libprogram_options VERSION 1.62.0) mason_use(gtest VERSION 1.8.0) mason_use(benchmark VERSION 1.0.0-1) |