BUG: in CMakePresets.json, when a file can't be found, the offending file name is not reported.

in CMakePresets.json, if one adds an include that references a file that can’t be found, the error message is simple “File not found”.

Please list the name of the missing file.

cmake --list-presets
CMake Error: Could not read presets from /workspaces/nf-interpreter: File not found

This seems like a straightforward issue that should be fixed. Can you please file one?

Cc: @kyle.edwards

tested with 3.27.6. offending file name is reported. Thanks!

root@cf94f58e0754:/workspaces/nf-interpreter# cmake --list-presets
CMake Error: Could not read presets from /workspaces/nf-interpreter:
File not found: /workspaces/nf-interpreter/CMake/xtensa-esp32c3.jsonn