Skip to content
Snippets Groups Projects
Commit 95b0f960 authored by calrama's avatar calrama
Browse files

windows: update cmake to 3.15.5

parent 77f70f8e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ RUN . $Profile; \ ...@@ -7,7 +7,7 @@ RUN . $Profile; \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \ Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
Must-Run choco install -y dotnetfx --version 4.7.2.20180712; \ Must-Run choco install -y dotnetfx --version 4.7.2.20180712; \
Must-Run choco install -y cmake --version 3.15.4 --installargs "ADD_CMAKE_TO_PATH=System"; \ Must-Run choco install -y cmake --version 3.15.5 --installargs "ADD_CMAKE_TO_PATH=System"; \
Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \ Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \
Must-Run choco install -y \ Must-Run choco install -y \
git \ git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment