Skip to content

Commit 729d6e7

Browse files
committed
[CONFIGURE] Fix tabulation issue
1 parent 669d6b4 commit 729d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if defined ROS_ARCH (
7171
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
7272
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
7373
cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
74-
cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
74+
cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15
7575
if not defined VS_VERSION (
7676
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
7777
goto quit

0 commit comments

Comments
 (0)