Skip to content

Commit ae21661

Browse files
committed
restore -T version for cmake
1 parent 17239b0 commit ae21661

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jenkins/jenkins_win.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ try {
2424

2525
# This -T version controls which version of the MSVC toolchain is used.
2626
# Once it is decided for a given minor release line, it should not be changed.
27-
# & 'C:\Program Files\CMake\bin\cmake.exe' -T version=14.36.17.6 -DCMAKE_SYSTEM_VERSION="10.0" -DBUILD_ENTERPRISE=ON ..\..
28-
& 'C:\Program Files\CMake\bin\cmake.exe' -T version=14.43 -DCMAKE_SYSTEM_VERSION="10.0" -DBUILD_ENTERPRISE=ON ..\..
27+
& 'C:\Program Files\CMake\bin\cmake.exe' -T version=14.36.17.6 -DCMAKE_SYSTEM_VERSION="10.0" -DBUILD_ENTERPRISE=ON ..\..
2928
if($LASTEXITCODE -ne 0) {
3029
Write-Host "Failed to run CMake!" -ForegroundColor Red
3130
exit 1

0 commit comments

Comments
 (0)