From 37bbb008e16d871d8177c06637c119b1cbc11ee3 Mon Sep 17 00:00:00 2001 From: Marco Antonio Jaguaribe Costa Date: Mon, 9 Dec 2024 12:54:54 -0300 Subject: [PATCH] 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 --- CMakePresets.json | 3 +++ TODO | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 CMakePresets.json diff --git a/CMakePresets.json b/CMakePresets.json new file mode 100644 index 000000000..cd2f236b2 --- /dev/null +++ b/CMakePresets.json @@ -0,0 +1,3 @@ +{ + "version": 3 +} diff --git a/TODO b/TODO index 8b1378917..75f8728da 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 "x:\xxx\cmakepresets.json"` error when it's absent