mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Upgrade GMP version (link errors similar to RPI)
This commit is contained in:
parent
75260eea12
commit
fde0803a89
1 changed files with 2 additions and 1 deletions
3
deps/GMP/GMP.cmake
vendored
3
deps/GMP/GMP.cmake
vendored
|
|
@ -18,7 +18,8 @@ if (MSVC)
|
||||||
|
|
||||||
else ()
|
else ()
|
||||||
ExternalProject_Add(dep_GMP
|
ExternalProject_Add(dep_GMP
|
||||||
URL https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2
|
# URL https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2
|
||||||
|
URL https://gmplib.org/download/gmp/gmp-6.2.0.tar.lz
|
||||||
BUILD_IN_SOURCE ON
|
BUILD_IN_SOURCE ON
|
||||||
CONFIGURE_COMMAND ./configure --enable-shared=no --enable-cxx=yes --enable-static=yes "--prefix=${DESTDIR}/usr/local" --with-pic
|
CONFIGURE_COMMAND ./configure --enable-shared=no --enable-cxx=yes --enable-static=yes "--prefix=${DESTDIR}/usr/local" --with-pic
|
||||||
BUILD_COMMAND make -j
|
BUILD_COMMAND make -j
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue