Document VS-bundled CMake fallback

This commit is contained in:
2026-06-17 20:05:28 +02:00
parent c63a96cc87
commit 90e828bca1
3 changed files with 18 additions and 3 deletions

View File

@@ -56,6 +56,13 @@ cmake --preset windows-msvc-default
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter pano_cli
```
`windows-msvc-default` uses the `Visual Studio 18 2026` generator. Plain
`cmake` therefore needs a new enough global install to recognize that
generator. When in doubt on Windows, prefer the quiet wrapper below: it
explicitly prefers the VS-bundled CMake at
`C:\Program Files\Microsoft Visual Studio\18\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe`
and only falls back to `cmake` from `PATH` when that bundled tool is missing.
Quiet checkpoint validation, preferred when working through Codex token-limited
sessions: