[CONFIGURE] Add MSVC compiler 19.22.27905 (VS Community 2019) (#1774)

This commit is contained in:
Stanislav Motylkov 2019-07-31 00:01:23 +03:00 committed by Hermès BÉLUSCA - MAÏTO
parent f054844f33
commit 5cff9163e9

View file

@ -75,6 +75,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "19.16." > NUL && set VS_VERSION=15
cl 2>&1 | find "19.20." > NUL && set VS_VERSION=16
cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
cl 2>&1 | find "19.22." > 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