mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[gmp] Enable C++ support on Unix (#20205)
* [gmp] enable C++ support * [gmp] update versions
This commit is contained in:
parent
53e3b41ae1
commit
6fd6830d68
@ -103,7 +103,8 @@ else()
|
||||
vcpkg_configure_make(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
AUTOCONFIG
|
||||
OPTIONS ${OPTIONS}
|
||||
OPTIONS
|
||||
--enable-cxx
|
||||
)
|
||||
|
||||
vcpkg_install_make()
|
||||
|
@ -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))",
|
||||
|
@ -2446,7 +2446,7 @@
|
||||
},
|
||||
"gmp": {
|
||||
"baseline": "6.2.1",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
"baseline": "1.31.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5d207c0d8a6481f96f2277fd3245f2a80456a706",
|
||||
"version-string": "6.2.1",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "645878e32f8ab4e926f605107c761433515a17dd",
|
||||
"version-string": "6.2.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user