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
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2020-01-23 15:45:20 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-01-23 15:45:20 +0300
commitfde0803a8987bab7afd44b99d28967410141355e (patch)
tree929d6f3d806150498953dc26107d4427e7d3c57f /deps
parent75260eea127e04de778a747dc7f5f75d8cebee63 (diff)
Upgrade GMP version (link errors similar to RPI)
Diffstat (limited to 'deps')
-rw-r--r--deps/GMP/GMP.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/GMP/GMP.cmake b/deps/GMP/GMP.cmake
index 8bcf94859..4e8228cba 100644
--- a/deps/GMP/GMP.cmake
+++ b/deps/GMP/GMP.cmake
@@ -18,7 +18,8 @@ if (MSVC)
else ()
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
CONFIGURE_COMMAND ./configure --enable-shared=no --enable-cxx=yes --enable-static=yes "--prefix=${DESTDIR}/usr/local" --with-pic
BUILD_COMMAND make -j