[CONFIGURE] Added support for new VS 19.15.x

This commit is contained in:
Oleksandr Shaposhnikov 2018-08-16 18:11:53 +03:00
parent dd73d1b6d4
commit c8d51bb87a
No known key found for this signature in database
GPG key ID: 2BC6459908479EFC

View file

@ -71,6 +71,7 @@ if defined ROS_ARCH (
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
cl 2>&1 | find "19.15." > 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