Skip to content

Commit

Permalink
Update build_vs2019.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
SSSiyan committed Oct 18, 2021
1 parent dd714d7 commit 8d828a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_vs2019.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REM CLANG LINE
REM cmake .. -G "Visual Studio 16 2019" -T ClangCl -DDEVELOPER_MODE=OFF
REM ICL LINE
REM cmake .. -G "Visual Studio 16 2019" -T "Intel C++ Compiler 19.0" -DDEVELOPER_MODE=OFF
cmake .. -G "Visual Studio 16 2019" -T ClangCl -DDEVELOPER_MODE=OFF
cmake .. -G "Visual Studio 16 2019" -A "Win32" -DDEVELOPER_MODE=OFF
cmake --build . --config Release
cd ..
pause

0 comments on commit 8d828a0

Please sign in to comment.