Skip to content

Commit bf8dda4

Browse files
wjkHBelusca
authored andcommitted
[CONFIGURE] Add support for latest MSVC toolchain (reactos#1940)
1 parent acaff47 commit bf8dda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ if defined ROS_ARCH (
6464
cl 2>&1 | find "19.20." > NUL && set VS_VERSION=16
6565
cl 2>&1 | find "19.21." > NUL && set VS_VERSION=16
6666
cl 2>&1 | find "19.22." > NUL && set VS_VERSION=16
67+
cl 2>&1 | find "19.23." > NUL && set VS_VERSION=16
6768
if not defined VS_VERSION (
6869
echo Error: Visual Studio version too old ^(before 10 ^(2010^)^) or version detection failed.
6970
goto quit

0 commit comments

Comments
 (0)