Skip to content

Commit a32424e

Browse files
Fixed cmake-vs2019-win64.bat
1 parent 27cf7dc commit a32424e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake-vs2019-64bit.bat renamed to cmake-vs2019-win64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ REM cd ..
22
del /s /q build
33
mkdir build
44
cd build
5-
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2015_64" ..
5+
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2019_64" ..
66
pause

0 commit comments

Comments
 (0)