Fix missing gmpxx from dep_GMP
This commit is contained in:
parent
43213b9548
commit
20e59cb0c7
1 changed files with 1 additions and 1 deletions
2
deps/GMP/GMP.cmake
vendored
2
deps/GMP/GMP.cmake
vendored
|
@ -20,7 +20,7 @@ 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
|
||||||
BUILD_IN_SOURCE ON
|
BUILD_IN_SOURCE ON
|
||||||
CONFIGURE_COMMAND ./configure --enable-shared=no --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
|
||||||
INSTALL_COMMAND make install
|
INSTALL_COMMAND make install
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue