Fix boost download server issue
(cherry picked from commit b2ce4c18801fee19fe244059aa5915aca06a5819)
This commit is contained in:
parent
3efe5f82d7
commit
eec8508e74
1 changed files with 2 additions and 2 deletions
4
deps/Boost/Boost.cmake
vendored
4
deps/Boost/Boost.cmake
vendored
|
@ -2,12 +2,12 @@ include(ExternalProject)
|
||||||
|
|
||||||
# Use boost 1.78 for Windows, to support VS2022
|
# Use boost 1.78 for Windows, to support VS2022
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(_boost_url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.gz")
|
set(_boost_url "https://github.com/SoftFever/OrcaSlicer_deps/releases/download/boost/boost_1_78_0.tar.gz")
|
||||||
set(_boost_hash 94CED8B72956591C4775AE2207A9763D3600B30D9D7446562C552F0A14A63BE7)
|
set(_boost_hash 94CED8B72956591C4775AE2207A9763D3600B30D9D7446562C552F0A14A63BE7)
|
||||||
set(_bootstrap_cmd bootstrap.bat)
|
set(_bootstrap_cmd bootstrap.bat)
|
||||||
set(_build_cmd b2.exe)
|
set(_build_cmd b2.exe)
|
||||||
else()
|
else()
|
||||||
set(_boost_url "https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz")
|
set(_boost_url "https://github.com/SoftFever/OrcaSlicer_deps/releases/download/boost/boost_1_75_0.tar.gz")
|
||||||
set(_boost_hash AEB26F80E80945E82EE93E5939BAEBDCA47B9DEE80A07D3144BE1E1A6A66DD6A)
|
set(_boost_hash AEB26F80E80945E82EE93E5939BAEBDCA47B9DEE80A07D3144BE1E1A6A66DD6A)
|
||||||
set(_bootstrap_cmd ./bootstrap.sh)
|
set(_bootstrap_cmd ./bootstrap.sh)
|
||||||
set(_build_cmd ./b2)
|
set(_build_cmd ./b2)
|
||||||
|
|
Loading…
Reference in a new issue