mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 03:23:34 +08:00
[CMAKE] Add support for VS 15.7.1 / CL 19.14.x
This commit is contained in:
parent
a33908b60f
commit
994eb598b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user