diff --git a/configure.cmd b/configure.cmd index 2049d3dccb1..af4656a468c 100755 --- a/configure.cmd +++ b/configure.cmd @@ -56,6 +56,7 @@ if defined ROS_ARCH ( cl 2>&1 | findstr /R /c:"19\.2.\." > NUL && set VS_VERSION=16 cl 2>&1 | findstr /R /c:"19\.3.\." > NUL && set VS_VERSION=17 cl 2>&1 | findstr /R /c:"19\.4.\." > NUL && set VS_VERSION=17 + cl 2>&1 | findstr /R /c:"19\.5.\." > NUL && set VS_VERSION=18 if not defined VS_VERSION ( echo Error: Visual Studio version too old ^(before 14 ^(2015^)^) or version detection failed. goto quit