aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-09-20 18:31:13 +0200
committerGitHub <noreply@github.com>2021-09-20 09:31:13 -0700
commit6fd6830d68fbab599ad78138d3e6d87dcbcbb016 (patch)
treeb40ac9bbe412789dbb85aacb4b87bb3c9f989d1f /ports
parent53e3b41ae19893e3a1ba25e7f04b59e8fc53321b (diff)
downloadvcpkg-6fd6830d68fbab599ad78138d3e6d87dcbcbb016.tar.gz
vcpkg-6fd6830d68fbab599ad78138d3e6d87dcbcbb016.zip
[gmp] Enable C++ support on Unix (#20205)
* [gmp] enable C++ support * [gmp] update versions
Diffstat (limited to 'ports')
-rw-r--r--ports/gmp/portfile.cmake3
-rw-r--r--ports/gmp/vcpkg.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/gmp/portfile.cmake b/ports/gmp/portfile.cmake
index 5356098f4..6007ad9c6 100644
--- a/ports/gmp/portfile.cmake
+++ b/ports/gmp/portfile.cmake
@@ -103,7 +103,8 @@ else()
vcpkg_configure_make(
SOURCE_PATH ${SOURCE_PATH}
AUTOCONFIG
- OPTIONS ${OPTIONS}
+ OPTIONS
+ --enable-cxx
)
vcpkg_install_make()
diff --git a/ports/gmp/vcpkg.json b/ports/gmp/vcpkg.json
index 3f9b609b3..f907a9bab 100644
--- a/ports/gmp/vcpkg.json
+++ b/ports/gmp/vcpkg.json
@@ -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))",