Fix supports clause and baselines #1
Annotations
1 error
|
Check
All vcpkg.json files and baselines must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
./vcpkg format-feature-baseline scripts/ci.baseline.txt
./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
It should make the following changes:```diff
diff --git a/scripts/ci.feature.baseline.txt b/scripts/ci.feature.baseline.txt
index 55ae690..3313f56 100644
--- a/scripts/ci.feature.baseline.txt
+++ b/scripts/ci.feature.baseline.txt
@@ -952,9 +952,9 @@ highfive:arm64-uwp = cascade
highfive:arm64-windows = cascade
highfive:x64-uwp = cascade
hikogui:x64-uwp = cascade
-hpx[mpi](windows & !(x64 | x86))=cascade
-hpx[cuda](osx) = cascade
hpx[cuda](!(windows & x64 & !uwp & !xbox) & !(linux & x64) & !(linux & arm64)) = cascade
+hpx[cuda](osx) = cascade
+hpx[mpi](windows & !(x64 | x86))=cascade
hyperscan:x64-uwp = cascade
hypodermic:arm64-uwp = cascade
hypodermic:x64-uwp = cascade
```
|