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 a33908b commit 994eb59Copy full SHA for 994eb59
configure.cmd
@@ -70,6 +70,7 @@ if defined ROS_ARCH (
70
cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15
71
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
72
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
73
+ cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
74
if not defined VS_VERSION (
75
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
76
goto quit
0 commit comments