From e13a366c07229f4a3cae315aec976fc9fca3a1eb Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Wed, 4 Jun 2025 18:43:41 -0400 Subject: [PATCH] Fix the CMake install to lock it at the right version 3.31.6 --- cpp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp.ps1 b/cpp.ps1 index b1bc39f..210561e 100644 --- a/cpp.ps1 +++ b/cpp.ps1 @@ -93,4 +93,4 @@ ConfirmBaseRun Start-Process -NoNewWindow -Wait winget -ArgumentList 'install','ezwinports.make' Start-Process -NoNewWindow -Wait winget -ArgumentList 'install','mesonbuild.meson' -Start-Process -NoNewWindow -Wait winget -ArgumentList 'install','Kitware.CMake' +Start-Process -NoNewWindow -Wait winget -ArgumentList 'install','Kitware.CMake','--version','3.31.6'