fix GMP downloading issues
This commit is contained in:
parent
2e0ae6d82c
commit
37519b76d8
1 changed files with 1 additions and 1 deletions
2
deps/GMP/GMP.cmake
vendored
2
deps/GMP/GMP.cmake
vendored
|
@ -57,7 +57,7 @@ else ()
|
|||
endif ()
|
||||
|
||||
ExternalProject_Add(dep_GMP
|
||||
URL https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2
|
||||
URL https://github.com/SoftFever/OrcaSlicer_deps/releases/download/gmp-6.2.1/gmp-6.2.1.tar.bz2
|
||||
URL_HASH SHA256=eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c
|
||||
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/GMP
|
||||
BUILD_IN_SOURCE ON
|
||||
|
|
Loading…
Reference in a new issue