Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions colcon_cmake/task/cmake/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async def _reconfigure(self, args, env):
'VisualStudioVersion is not set, '
'please run within a Visual Studio Command Prompt.')
supported_vsv = {
'18.0': 'Visual Studio 18 2026',
'17.0': 'Visual Studio 17 2022',
'16.0': 'Visual Studio 16 2019',
'15.0': 'Visual Studio 15 2017',
Expand Down
Loading