Skip to content

Commit 320d89c

Browse files
authored
Use latest CMake when building for Linux (#648)
According to the upstream `README.md` at least version 3.16.5 is required.
1 parent 164873c commit 320d89c

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
@@ -23,7 +23,7 @@ curl https://get.wasmer.io -sSfL | sh
2323

2424
cd $SOURCE_PATH
2525

26-
wget -O install_cmake.sh "https://github.com/Kitware/CMake/releases/download/v3.15.3/cmake-3.15.3-Linux-x86_64.sh"
26+
wget -O install_cmake.sh "https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-Linux-x86_64.sh"
2727
chmod +x install_cmake.sh
2828
sudo mkdir -p /opt/cmake
2929
sudo ./install_cmake.sh --skip-license --prefix=/opt/cmake

0 commit comments

Comments
 (0)