aboutsummaryrefslogtreecommitdiff
path: root/ci/install_cmake.sh
blob: 9afe1e2997c2ba1f4dd9f9892dab769ca530544a (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -ex

wget -qO- https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3-Linux-x86_64.tar.gz | sudo tar xz --strip=1 -C /usr/local/
which cmake
cmake --version