Skip to content

Commit

Permalink
Update build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp committed Oct 5, 2021
1 parent 9835638 commit a4d6ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Native/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ if "%VisualStudioVersion%"=="17.0" (
)

:MissingVersion
:: Can't find VS 2015, 2017 or 2019
echo Error: Visual Studio 2015, 2017 or 2019 required
:: Can't find VS 2015, 2017, 2019, or 2022
echo Error: Visual Studio 2015, 2017, 2019, or 2022 required
echo Please see https://github.com/dotnet/machinelearning/tree/main/Documentation for build instructions.
exit /b 1

:VS2022
:: Setup vars for VS2019
:: Setup vars for VS2022
set __PlatformToolset=v143
set __VSVersion=17 2022
:: Set the environment for the native build
Expand Down

0 comments on commit a4d6ad7

Please sign in to comment.