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" ] }