[CMAKE] Add support for VS 15.7.1 / CL 19.14.x

This commit is contained in:
Timo Kreuzer 2018-05-15 13:08:49 +02:00 committed by Colin Finck
parent a33908b60f
commit 994eb598b3
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15
if not defined VS_VERSION (
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
goto quit