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 669d6b4 commit 729d6e7Copy full SHA for 729d6e7
configure.cmd
@@ -71,7 +71,7 @@ if defined ROS_ARCH (
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
- cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
+ cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
75
if not defined VS_VERSION (
76
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
77
goto quit
0 commit comments