From fa0539c221c6e6b16837eaecd5da3efce3d45713 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 11 Oct 2024 09:05:14 +0200 Subject: [PATCH] Consume packages from python-registry --- vcpkg/vcpkg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcpkg/vcpkg.json b/vcpkg/vcpkg.json index 3790fab23ee..3ae3eeb70a3 100644 --- a/vcpkg/vcpkg.json +++ b/vcpkg/vcpkg.json @@ -16,7 +16,9 @@ "py-*", "gdal", "swig", - "vcpkg-python-scripts" + "vcpkg-python-scripts", + "vcpkg-tool-mercurial", + "pybind11" ] } ],