diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/gmp/portfile.cmake | 3 | ||||
| -rw-r--r-- | ports/gmp/vcpkg.json | 2 |
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))", |
