mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
When adding a presets test case, the per-case `.cmake` files are sometimes not necessary to exercise the test logic. Relax the inclusion of such files and remove all empty placeholders. Note that some non-empty `CMakePresets/Trace-*.cmake` files are also removed; they only include other empty files, and nothing in the test case assertions (trace outputs / stderr) exercises the include statements themselves.