Skip to content

Commit

Permalink
Fixed cmake-vs2019-win64.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBeckebans committed Apr 30, 2024
1 parent 27cf7dc commit a32424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-vs2019-64bit.bat → cmake-vs2019-win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ REM cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2015_64" ..
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2019_64" ..
pause

0 comments on commit a32424e

Please sign in to comment.