Skip to content

Commit 20972f1

Browse files
authored
Add support for Visual Studio 2022 (#117)
Signed-off-by: RaulSanchez <raul@eprosima.com>
1 parent ecf417d commit 20972f1

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
@@ -154,6 +154,7 @@ async def _reconfigure(self, args, env):
154154
'VisualStudioVersion is not set, '
155155
'please run within a Visual Studio Command Prompt.')
156156
supported_vsv = {
157+
'17.0': 'Visual Studio 17 2022',
157158
'16.0': 'Visual Studio 16 2019',
158159
'15.0': 'Visual Studio 15 2017',
159160
'14.0': 'Visual Studio 14 2015',

0 commit comments

Comments
 (0)