From 70a205c60fb5b5544e2c3840ecfa2a7fd78ef4dc Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Fri, 3 Mar 2023 18:02:43 +0100 Subject: [PATCH] Update to Cmake 3.25.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c74ede..b56be30 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Pipeline to build recent version of Cmake for our legacy CentOS 32 bits platform. Cmake provides independent 64 bits Linux distribution that works on CentOS 6 64 bits but they are not available for 32 bits: -* https://cmake.org/files/v3.25/cmake-3.25.1-linux-x86_64.tar.gz +* https://cmake.org/files/v3.25/cmake-3.25.2-linux-x86_64.tar.gz Allows to build Cmake for: -* CentOS 6.10 32 bits: [cmake-3.25.1-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.25.1/download?job=linux-i686) +* CentOS 6.10 32 bits: [cmake-3.25.2-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.25.2/download?job=linux-i686) -- GitLab