From d5ee57f349e460f9172d2787613c496daaab3cde Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 23 Feb 2025 22:37:36 -0500 Subject: [PATCH] build: vcpkg rm nolonger used openssl tools --- vcpkg.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index c184d2470..b95234a3a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,11 +5,6 @@ "wintoast", "gtest", "pkgconf", - { - "name": "openssl", - "features": [ - "tools" - ] - } + "openssl" ] }