Skip to content

Commit 6276dd8

Browse files
committed
doc: Clarify supported Visual Studio versions for windows
The current documentation uses ">=" which implies that any future version of Visual Studio will work. However, VS 2026 has been shown to cause build failures on certain branches. This change explicitly lists 2022 and 2026 as the supported versions to prevent user confusion. Fixes: #61449
1 parent 95245a7 commit 6276dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Depending on the host platform, the selection of toolchains may vary.
156156
| Operating System | Compiler Versions |
157157
| ---------------- | -------------------------------------------------------------- |
158158
| Linux | GCC >= 12.2 or Clang >= 19.1 |
159-
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
159+
| Windows | Visual Studio 2022 or 2026 with the Windows 10 SDK on a 64-bit host |
160160
| macOS | Xcode >= 16.4 (Apple LLVM >= 19) |
161161

162162
### Official binary platforms and toolchains

0 commit comments

Comments
 (0)