mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[CMAKE] Add support for VS 15.7.1 / CL 19.14.x
This commit is contained in:
parent
a33908b60f
commit
994eb598b3
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue