Skip to content

Commit

Permalink
appveyor: Don't set Python PATH.
Browse files Browse the repository at this point in the history
CMake is discovering a different Python anyway.
  • Loading branch information
jrfonseca committed Apr 10, 2021
1 parent e84a507 commit 45f5b82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ environment:
matrix:
fast_finish: true

before_build:
- set Path=C:\Python36;%Path%

build_script:
- ps: .\ci\build-msvc.ps1 -target $Env:TARGET

Expand Down
3 changes: 0 additions & 3 deletions ci/build-msvc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ if (!$config) {
}
}

Exec { cmake --version }
Exec { python --version }

Write-Host "Configuring onto $buildRoot ..."
Exec { cmake "-S." "-B$buildRoot" -G $generator -A $toolset "-DCMAKE_PREFIX_PATH=$qtToolchainPath" "-DENABLE_GUI=ON" }

Expand Down

0 comments on commit 45f5b82

Please sign in to comment.