mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 01:52:03 +08:00
avoid using https://www.mpfr.org/mpfr-current link
This commit is contained in:
parent
2efee60a22
commit
f245620150
2
deps/MPFR/MPFR.cmake
vendored
2
deps/MPFR/MPFR.cmake
vendored
@ -25,7 +25,7 @@ else ()
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
ExternalProject_Add(dep_MPFR
|
ExternalProject_Add(dep_MPFR
|
||||||
URL https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.bz2
|
URL https://www.mpfr.org/mpfr-4.2.2/mpfr-4.2.2.tar.bz2
|
||||||
URL_HASH SHA256=9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b
|
URL_HASH SHA256=9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b
|
||||||
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/MPFR
|
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/MPFR
|
||||||
BUILD_IN_SOURCE ON
|
BUILD_IN_SOURCE ON
|
||||||
|
@ -197,7 +197,7 @@ modules:
|
|||||||
|
|
||||||
# MPFR
|
# MPFR
|
||||||
- type: file
|
- type: file
|
||||||
url: https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.bz2
|
url: https://www.mpfr.org/mpfr-4.2.2/mpfr-4.2.2.tar.bz2
|
||||||
dest: external-packages/MPFR
|
dest: external-packages/MPFR
|
||||||
sha256: 9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b
|
sha256: 9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user