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 164873c commit 320d89cCopy full SHA for 320d89c
utils/webassembly/linux/install-dependencies.sh
@@ -23,7 +23,7 @@ curl https://get.wasmer.io -sSfL | sh
23
24
cd $SOURCE_PATH
25
26
-wget -O install_cmake.sh "https://github.com/Kitware/CMake/releases/download/v3.15.3/cmake-3.15.3-Linux-x86_64.sh"
+wget -O install_cmake.sh "https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-Linux-x86_64.sh"
27
chmod +x install_cmake.sh
28
sudo mkdir -p /opt/cmake
29
sudo ./install_cmake.sh --skip-license --prefix=/opt/cmake
0 commit comments