We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaff47 commit bf8dda4Copy full SHA for bf8dda4
configure.cmd
@@ -64,6 +64,7 @@ if defined ROS_ARCH (
64
cl 2>&1 | find "19.20." > NUL && set VS_VERSION=16
65
cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
66
cl 2>&1 | find "19.22." > NUL && set VS_VERSION=16
67
+ cl 2>&1 | find "19.23." > NUL && set VS_VERSION=16
68
if not defined VS_VERSION (
69
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
70
goto quit
0 commit comments