Skip to content

Commit 994eb59

Browse files
tkreuzerColinFinck
authored andcommitted
[CMAKE] Add support for VS 15.7.1 / CL 19.14.x
1 parent a33908b commit 994eb59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ if defined ROS_ARCH (
7070
cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15
7171
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
7272
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
73+
cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
7374
if not defined VS_VERSION (
7475
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
7576
goto quit

0 commit comments

Comments
 (0)