[CONFIGURE] Add support for 'Visual Studio 2019, v16.4' (#2147)

This commit is contained in:
Serge Gautherie 2019-12-10 12:37:43 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 2d4d3f5fce
commit 0f84605242

View file

@ -65,6 +65,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
cl 2>&1 | find "19.22." > NUL && set VS_VERSION=16
cl 2>&1 | find "19.23." > NUL && set VS_VERSION=16
cl 2>&1 | find "19.24." > NUL && set VS_VERSION=16
if not defined VS_VERSION (
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
goto quit