Document VS-bundled CMake fallback
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user