From dd9269a9d11ab865e5df7c96517a9e5b4ff529dd Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Fri, 15 Jan 2021 13:46:14 +0100 Subject: Bumped up boost version from 1.70.0 to 1.75.0 mainly due to an issue with an updated Xcode / clang incorrectly reporting that it supports __cpp_lib_uncaught_exceptions while it does not if targeting older platforms. This issue has been fixed in boost 1.74.0 and 1.75.0 --- deps/deps-windows.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deps/deps-windows.cmake') diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake index ac93b4932..5d343c403 100644 --- a/deps/deps-windows.cmake +++ b/deps/deps-windows.cmake @@ -55,8 +55,8 @@ endmacro() ExternalProject_Add(dep_boost EXCLUDE_FROM_ALL 1 - URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz" - URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9 + URL "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.gz" + URL_HASH SHA256=aeb26f80e80945e82ee93e5939baebdca47b9dee80a07d3144be1e1a6a66dd6a BUILD_IN_SOURCE 1 CONFIGURE_COMMAND bootstrap.bat BUILD_COMMAND b2.exe -- cgit v1.2.3