From e8937c0896109d749c2fd4601c7ce710bcdf0924 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 2 Sep 2017 16:27:38 +0000 Subject: [PATCH] [CMAKE] Add CL version 19.11 from VS 2017 version 15.3.3 to configure.cmd svn path=/trunk/; revision=75743 --- reactos/configure.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/configure.cmd b/reactos/configure.cmd index dbf87fd6dd5..270c2538811 100755 --- a/reactos/configure.cmd +++ b/reactos/configure.cmd @@ -59,6 +59,7 @@ if defined ROS_ARCH ( cl 2>&1 | find "18.00." > NUL && set VS_VERSION=12 cl 2>&1 | find "19.00." > NUL && set VS_VERSION=14 cl 2>&1 | find "19.10." > NUL && set VS_VERSION=15 + cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15 if not defined VS_VERSION ( echo Error: Visual Studio version too old or version detection failed. endlocal