fix broken MS2022 behavior

a recent Visual Studio update introduced an error unless there is a
CMakePresets.json file present, this patches it over for now and makes
note to remove it once this is fixed
This commit is contained in:
Marco Antonio Jaguaribe Costa
2024-12-09 13:38:40 -03:00
committed by majcosta
parent 0b21d1d798
commit b89c63058f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"version": 3
}
+1 -1
View File
@@ -1 +1 @@
remove CMakePresets.json file as soon as Visual Studio 2022 doesn't output a `Include is not found at path "x:\xxx\cmakepresets.json"` error when it's absent