Skip to content

Commit

Permalink
cmake: enable SARIF support by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Nov 21, 2024
1 parent 49b2e72 commit 5b931cb
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"features": {
"sarif": {
"description": "Enables SARIF output support",
"dependencies": [
{
"name": "gap",
"features": [
"sarif"
]
}
"dependencies": [
{
"name": "gap",
"features": [
"sarif"
]
}
},
"dependencies": [
"gap"
]
}

0 comments on commit 5b931cb

Please sign in to comment.