Skip to content

Commit 4984691

Browse files
authored
Bump CMake on Linux to 3.22.1, support aarch64 (#4138)
Upstream `main` recently started requiring CMake 3.19 or later. Also, we shouldn't assume Linux is always x86_64, I'm currently trying to build on aarch64.
1 parent ce28378 commit 4984691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/linux/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
cd $SOURCE_PATH
4444

4545
if [ -z $(which cmake) ]; then
46-
wget -O install_cmake.sh "https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-Linux-x86_64.sh"
46+
wget -O install_cmake.sh "https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-linux-$(uname -m).sh"
4747
chmod +x install_cmake.sh
4848
sudo mkdir -p /opt/cmake
4949
sudo ./install_cmake.sh --skip-license --prefix=/opt/cmake

0 commit comments

Comments
 (0)