Skip to content

Commit

Permalink
drop fmt from vcpkg.json
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <[email protected]>
  • Loading branch information
christianparpart committed Sep 23, 2024
1 parent 96c6bb7 commit 2df5e4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"catch2",
"fmt"
"catch2"
]
}

0 comments on commit 2df5e4b

Please sign in to comment.