Skip to content

Commit a4b416e

Browse files
authored
Update winprepareVS19.bat
There should either be no pause, or it should wait for user input. If CMake fails, this gives the user a chance to review logs.
1 parent cd51bd5 commit a4b416e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

winprepareVS19.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mkdir build
22
cd build
33
cmake .. -G "Visual Studio 16 2019" -A x64
4-
pause
4+
ECHO CMake has finished.
5+
pause

0 commit comments

Comments
 (0)