From 5b931cb5dfd16c74f72539de00876f18d3539e61 Mon Sep 17 00:00:00 2001 From: Francesco Bertolaccini Date: Thu, 21 Nov 2024 15:59:59 +0100 Subject: [PATCH] cmake: enable SARIF support by default. --- vcpkg.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 046e6560fe..fcd297551f 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" ] } \ No newline at end of file