From 0b8f41ba707cefc0efaeabb3cc48a7f743dd9a94 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 7 Nov 2024 16:46:56 -0500 Subject: [PATCH] fix --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index fa90a64e30687c..b573933c829a13 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,7 @@ "dependencies": [ { "name": "gmp", - "version-semver": "6.2.1" + "version>=": "6.2.1" }, "libffi", "libyaml",