Revert "Fix minimum osx version not being specified for GMP and MPFR"

CXXFLAGS overrides default flags for gmp and mpfr
This commit is contained in:
tamasmeszaros 2020-03-16 15:02:37 +01:00
parent 8233a910b9
commit e1ecf03e0c
4 changed files with 3 additions and 10 deletions

4
deps/GMP/GMP.cmake vendored
View file

@ -21,8 +21,8 @@ else ()
# 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 env "CFLAGS=${DEP_CFLAGS}" "CXXFLAGS=${DEP_CXXFLAGS}" ./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
INSTALL_COMMAND make install
)
)
endif ()