[CMAKE] Add CL version 19.11 from VS 2017 version 15.3.3 to configure.cmd
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 2 Sep 2017 16:27:38 +0000 (16:27 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 2 Sep 2017 16:27:38 +0000 (16:27 +0000)
svn path=/trunk/; revision=75743

reactos/configure.cmd

index dbf87fd..270c253 100755 (executable)
@@ -59,6 +59,7 @@ if defined ROS_ARCH (
     cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12\r
     cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14\r
     cl 2>&1 | find "19.10." > NUL && set VS_VERSION=15\r
+    cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15\r
     if not defined VS_VERSION (\r
         echo Error: Visual Studio version too old or version detection failed.\r
         endlocal\r