From 6fd6830d68fbab599ad78138d3e6d87dcbcbb016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wr=C3=B3bel?= Date: Mon, 20 Sep 2021 18:31:13 +0200 Subject: [gmp] Enable C++ support on Unix (#20205) * [gmp] enable C++ support * [gmp] update versions --- ports/gmp/portfile.cmake | 3 ++- ports/gmp/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'ports') 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))", -- cgit v1.2.3