Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog authored Oct 7, 2022
1 parent 47defa2 commit 9db6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-devops/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- task: CMake@1
inputs:
cmakeArgs: '.. -G"Visual Studio 16 2019" -DCMAKE_GENERATOR_PLATFORM=${{ parameters.targetPlatform }} -A ${{ parameters.targetPlatform }} -DCMAKE_INSTALL_PREFIX=./output'
cmakeArgs: '.. -G"Visual Studio 17 2022" -DCMAKE_GENERATOR_PLATFORM=${{ parameters.targetPlatform }} -A ${{ parameters.targetPlatform }} -DCMAKE_INSTALL_PREFIX=./output'
- task: CMake@1
inputs:
cmakeArgs: '--build . --target INSTALL'
Expand Down

0 comments on commit 9db6cb9

Please sign in to comment.