Skip to content

Commit

Permalink
[CONFIGURE] Add support for 'Visual Studio 2022, v17.x'
Browse files Browse the repository at this point in the history
CORE-17733
  • Loading branch information
SergeGautherie authored and Extravert-ir committed Nov 20, 2021
1 parent 9c4397a commit 8d10682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
cl 2>&1 | findstr /R /c:"19\.1.\." > NUL && set VS_VERSION=15
cl 2>&1 | findstr /R /c:"19\.2.\." > NUL && set VS_VERSION=16
cl 2>&1 | findstr /R /c:"19\.3.\." > NUL && set VS_VERSION=17
if not defined VS_VERSION (
echo Error: Visual Studio version too old ^(before 14 ^(2015^)^) or version detection failed.
goto quit
Expand Down

0 comments on commit 8d10682

Please sign in to comment.