diff --git a/CMakePresets.json b/CMakePresets.json new file mode 100644 index 000000000..e1da791eb --- /dev/null +++ b/CMakePresets.json @@ -0,0 +1,4 @@ +// TODO: Remove this as soon as Visual Studio stops erroring out when it's missing +{ + "version": 3 +} diff --git a/TODO b/TODO index 8b1378917..2b271fc2f 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ - +remove CMakePresets.json file as soon as Visual Studio 2022 doesn't output a `Include is not found at path "d:\repos\source\cmakepresets.json"` error when it's absent