Skip to content

Commit 32c1e95

Browse files
committed
Update CMake version
1 parent 03dc0fe commit 32c1e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ not to actually build a released executable or anything like that.
88

99
* curl
1010
* git
11-
* CMake 3.27.6
11+
* CMake 3.30.3
1212
* ninja
1313

1414
It is designed for a basic CMake workflow:

common/install-cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -eou pipefail
33

4-
VERSION="3.27.6"
4+
VERSION="3.30.3"
55
MIRROR_URL="https://github.com/Kitware/CMake/releases/download/v$VERSION/"
66
DOWNLOAD_X86="cmake-$VERSION-linux-x86_64.sh"
77
DOWNLOAD_ARM="cmake-$VERSION-linux-aarch64.sh"

0 commit comments

Comments
 (0)