From fa5663ea247b83ad497373dc5215abb7bdeb47dd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 17 Feb 2025 14:15:45 +0900 Subject: [PATCH] Revert "Temporary removed gmp because vcpkg package is broken." This reverts commit b56b70a373753fd5c6d1b6df911342c8d0138695. --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 98e047331c..16415dece1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ + "gmp", "libffi", "libyaml", "openssl",