[gmp] Enable C++ support on Unix (#20205)

* [gmp] enable C++ support

* [gmp] update versions
This commit is contained in:
Dawid Wróbel 2021-09-20 18:31:13 +02:00 committed by GitHub
parent 53e3b41ae1
commit 6fd6830d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -103,7 +103,8 @@ else()
vcpkg_configure_make(
SOURCE_PATH ${SOURCE_PATH}
AUTOCONFIG
OPTIONS ${OPTIONS}
OPTIONS
--enable-cxx
)
vcpkg_install_make()

View File

@ -1,7 +1,7 @@
{
"name": "gmp",
"version-string": "6.2.1",
"port-version": 6,
"port-version": 7,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"supports": "!(windows & (arm | arm64))",

View File

@ -2446,7 +2446,7 @@
},
"gmp": {
"baseline": "6.2.1",
"port-version": 6
"port-version": 7
},
"google-cloud-cpp": {
"baseline": "1.31.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5d207c0d8a6481f96f2277fd3245f2a80456a706",
"version-string": "6.2.1",
"port-version": 7
},
{
"git-tree": "645878e32f8ab4e926f605107c761433515a17dd",
"version-string": "6.2.1",