Skip to content

Commit

Permalink
fix broken MS2022 behavior
Browse files Browse the repository at this point in the history
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
  • Loading branch information
majcosta committed Dec 9, 2024
1 parent 0b21d1d commit b89c630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": 3
}
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b89c630

Please sign in to comment.