https://git.reactos.org/?p=reactos.git;a=commitdiff;h=994eb598b334ae9d63181e...
commit 994eb598b334ae9d63181eb0f0fbb3828bd6eea6 Author: Timo Kreuzer timo.kreuzer@reactos.org AuthorDate: Tue May 15 13:08:49 2018 +0200 Commit: Colin Finck colin@reactos.org CommitDate: Sun Jun 24 11:42:43 2018 +0200
[CMAKE] Add support for VS 15.7.1 / CL 19.14.x --- configure.cmd | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure.cmd b/configure.cmd index 5f3d939ef0..70b0f48211 100755 --- a/configure.cmd +++ b/configure.cmd @@ -70,6 +70,7 @@ if defined ROS_ARCH ( cl 2>&1 | find "19.11." > NUL && set VS_VERSION=15 cl 2>&1 | find "19.12." > NUL && set VS_VERSION=15 cl 2>&1 | find "19.13." > NUL && set VS_VERSION=15 + cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15 if not defined VS_VERSION ( echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed. goto quit