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.
1 parent 03dc0fe commit 32c1e95Copy full SHA for 32c1e95
README.md
@@ -8,7 +8,7 @@ not to actually build a released executable or anything like that.
8
9
* curl
10
* git
11
-* CMake 3.27.6
+* CMake 3.30.3
12
* ninja
13
14
It is designed for a basic CMake workflow:
common/install-cmake.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -eou pipefail
3
4
-VERSION="3.27.6"
+VERSION="3.30.3"
5
MIRROR_URL="https://github.com/Kitware/CMake/releases/download/v$VERSION/"
6
DOWNLOAD_X86="cmake-$VERSION-linux-x86_64.sh"
7
DOWNLOAD_ARM="cmake-$VERSION-linux-aarch64.sh"
0 commit comments