Skip to content
Snippets Groups Projects
Commit 1b871a08 authored by calrama's avatar calrama
Browse files

Bump cmake to 3.17.3

parent 81ce4ba6
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ ADD bash/toolchain.sh /etc/profile.d/toolchain.sh
ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh
# CMake
RUN version=3.16.4 && \
RUN version=3.17.3 && \
yum install -y \
curl-devel \
expat-devel \
......
......@@ -13,7 +13,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
$env:chocolateyUseWindowsCompression = 'true'; \
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 cmake --version 3.16.4 --installargs "ADD_CMAKE_TO_PATH=System"; \
Must-Run choco install -y cmake --version 3.17.3 --installargs "ADD_CMAKE_TO_PATH=System"; \
Must-Run choco install -y kitware-ninja --version 1.8.2.8127911; \
Must-Run choco install -y \
git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment