[CONFIGURE]: Hack-support VS15 (VS 2017)

svn path=/trunk/; revision=73680
This commit is contained in:
Alex Ionescu 2017-02-04 17:59:32 +00:00
parent 39b324e543
commit 9feb079172

View file

@ -58,6 +58,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "17.00." > NUL && set VS_VERSION=11
cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12
cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14
cl 2>&1 | find "19.10." > NUL && set VS_VERSION=14
if not defined VS_VERSION (
echo Error: Visual Studio version too old or version detection failed.
endlocal