Skip to content

Commit

Permalink
Bump CMake to 3.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Dec 26, 2024
1 parent ffadc85 commit 1fa66ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Each gcc image contains gcc/g++ and corresponding libstdc++.
Each clang image contains clang/clang++ and libc++,libstdc++ with the same version.

All images contain:
* cmake-3.31.0
* cmake-3.31.3
* ninja
* valgrind
* kcov-v42 for compilers supporting C++17, kcov-v41 otherwise
Expand Down
2 changes: 1 addition & 1 deletion common/install-cmake.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail

VERSION="3.31.0"
VERSION="3.31.3"

MIRROR_URL="https://github.com/Kitware/CMake/releases/download/v${VERSION}/"
DOWNLOAD_SH="cmake-${VERSION}-linux-x86_64.sh"
Expand Down

0 comments on commit 1fa66ca

Please sign in to comment.