Skip to content

Commit 0fd20c6

Browse files
authored
Support Visual Studio 2026 (#161)
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent ce2b56c commit 0fd20c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

colcon_cmake/task/cmake/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ async def _reconfigure(self, args, env):
152152
'VisualStudioVersion is not set, '
153153
'please run within a Visual Studio Command Prompt.')
154154
supported_vsv = {
155+
'18.0': 'Visual Studio 18 2026',
155156
'17.0': 'Visual Studio 17 2022',
156157
'16.0': 'Visual Studio 16 2019',
157158
'15.0': 'Visual Studio 15 2017',

0 commit comments

Comments
 (0)