We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91db074 + 38a4abc commit 7c84eefCopy full SHA for 7c84eef
docker/cmake.sh
@@ -7,7 +7,7 @@ set -euo pipefail
7
. lib.sh
8
9
main() {
10
- local version=3.17.2
+ local version=3.23.0
11
12
install_packages curl
13
@@ -16,7 +16,7 @@ main() {
16
17
pushd "${td}"
18
19
- curl --retry 3 -sSfL "https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}-Linux-x86_64.sh" -o cmake.sh
+ curl --retry 3 -sSfL "https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}-linux-x86_64.sh" -o cmake.sh
20
sh cmake.sh --skip-license --prefix=/usr/local
21
22
popd
0 commit comments