From 2df5e4b60e89895bae86106c07086db8ed2ca40d Mon Sep 17 00:00:00 2001 From: Christian Parpart Date: Mon, 23 Sep 2024 20:38:16 +0200 Subject: [PATCH] drop fmt from vcpkg.json Signed-off-by: Christian Parpart --- vcpkg.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index a1c6752..b74b1a2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ - "catch2", - "fmt" + "catch2" ] }