summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-12-01 09:47:44 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-12-05 08:31:00 -0800
commit385fbe6a0754ee886f497c07e88964341455ef81 (patch)
tree58487d5220ce756967e5fee0178e9ed000acdfee /platform/linux
parent3503c0e7679d5802068fc2ab2420b575a8ae2fc7 (diff)
downloadqtlocation-mapboxgl-385fbe6a0754ee886f497c07e88964341455ef81.tar.gz
[all] Upgrade to boost 1.62.0
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/config.cmake b/platform/linux/config.cmake
index 1d440645b5..f71d8aa4f9 100644
--- a/platform/linux/config.cmake
+++ b/platform/linux/config.cmake
@@ -2,7 +2,7 @@ mason_use(glfw VERSION 3.2.1)
if(IS_CI_BUILD AND NOT WITH_EGL)
mason_use(mesa VERSION 13.0.0${MASON_MESA_SUFFIX}${MASON_CXXABI_SUFFIX})
endif()
-mason_use(boost_libprogram_options VERSION 1.60.0)
+mason_use(boost_libprogram_options VERSION 1.62.0)
mason_use(sqlite VERSION 3.14.2)
mason_use(libuv VERSION 1.9.1)
mason_use(nunicode VERSION 1.7.1)