Skip to content

Commit

Permalink
Fix Windows build - new Python version in Azure, 3.8.7
Browse files Browse the repository at this point in the history
(cherry picked from commit ccfefaa)
  • Loading branch information
christofmuc committed Jan 15, 2021
1 parent d949ee8 commit c227262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
displayName: Configuring CMake for Windows
inputs:
workingDirectory: 'build'
cmakeArgs: '-S .. -G "Visual Studio 15 2017 Win64" -DPYTHON_EXECUTABLE=C:\hostedtoolcache\windows\Python\3.8.6\x64\python.exe'
cmakeArgs: '-S .. -G "Visual Studio 15 2017 Win64" -DPYTHON_EXECUTABLE=C:\hostedtoolcache\windows\Python\3.8.7\x64\python.exe'
condition: variables.isWindows2017
- task: CMake@1
displayName: Configuring CMake for Windows
inputs:
workingDirectory: 'build'
cmakeArgs: '-S .. -G "Visual Studio 16 2019" -A x64 -DPYTHON_EXECUTABLE=C:\hostedtoolcache\windows\Python\3.8.6\x64\python.exe'
cmakeArgs: '-S .. -G "Visual Studio 16 2019" -A x64 -DPYTHON_EXECUTABLE=C:\hostedtoolcache\windows\Python\3.8.7\x64\python.exe'
condition: variables.isWindows2019
- task: CMake@1
displayName: Running CMake build for Windows
Expand Down

0 comments on commit c227262

Please sign in to comment.