Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-01-15 15:46:14 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-01-15 15:46:33 +0300
commitdd9269a9d11ab865e5df7c96517a9e5b4ff529dd (patch)
tree15f89da8c47a17cc41bc561ddae313184d1f2c9c /deps/deps-windows.cmake
parentaa19870c5410e4cff3caa567524b211d8250a5ad (diff)
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
Diffstat (limited to 'deps/deps-windows.cmake')
-rw-r--r--deps/deps-windows.cmake4
1 files changed, 2 insertions, 2 deletions
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