🔧 Generate scripts with cmake

This commit is contained in:
2020-10-19 12:48:06 +00:00
committed by GitHub
parent ce83235137
commit 76a08be0ef
12 changed files with 48 additions and 16 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -eu
cd /tmp/
lastversion Kitware/CMake --assets --filter sh -d
sh $(find . -name "cmake-*-Linux-x86_64.sh") --exclude-subdir --prefix=/usr/local
wget "https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4-Linux-x86_64.sh" -nv -O /tmp/cmake.sh
sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local