[CONFIGURE] Add support for VS2017 Update 3.

This commit is contained in:
Thomas Faber 2018-03-17 16:41:46 +01:00
parent d7ad37a165
commit 0ce87167cc
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -70,6 +70,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "19.10." > NUL && set VS_VERSION=15
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
if not defined VS_VERSION (
echo Error: Visual Studio version too old or version detection failed.
goto quit