Skip to content

Commit cc8416e

Browse files
committed
Update windows CMake version to 3.31.6.
Rapids-cmake requires at least 3.30.
1 parent 4bc3e7c commit cc8416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/image/installers/install-cmake.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Fetch CMake
2-
Invoke-WebRequest -Uri "https://github.com/Kitware/CMake/releases/download/v3.27.6/cmake-3.27.6-windows-x86_64.msi" -OutFile "C:\cmake_installer.msi" -UseBasicParsing
2+
Invoke-WebRequest -Uri "https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-windows-x86_64.msi" -OutFile "C:\cmake_installer.msi" -UseBasicParsing
33
Start-Process -NoNewWindow -Wait -FilePath msiexec -ArgumentList "/i C:\cmake_installer.msi ADD_CMAKE_TO_PATH=All /qn"
44
Remove-Item "C:\cmake_installer.msi"
55

0 commit comments

Comments
 (0)