From 050a5a4b376b5121c5221d3a88d5f28c76ae7262 Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 5 Dec 2022 10:10:03 +0100 Subject: [PATCH] :arrow_up: Updated cmake --- install-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-cmake.sh b/install-cmake.sh index c842c59..a76b30d 100644 --- a/install-cmake.sh +++ b/install-cmake.sh @@ -1,5 +1,5 @@ #!/bin/bash set -eu -wget "https://github.com/Kitware/CMake/releases/download/v3.24.1/cmake-3.24.1-Linux-x86_64.sh" -nv -O /tmp/cmake.sh +wget "https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1-Linux-x86_64.sh" -nv -O /tmp/cmake.sh sh /tmp/cmake.sh --exclude-subdir --prefix=/usr/local