From 2b2906f97a441be78487686ee7e462395801a1e0 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Tue, 3 Oct 2017 12:09:33 +0200 Subject: [PATCH] Bumps Boost from Mason to 1.65.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 809b4095f..af2d67e84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") if(ENABLE_MASON) # versions in use - set(MASON_BOOST_VERSION "1.63.0") + set(MASON_BOOST_VERSION "1.65.1") set(MASON_STXXL_VERSION "1.4.1-1") set(MASON_EXPAT_VERSION "2.2.0") set(MASON_LUA_VERSION "5.2.4")