From a2d3b37a9e01a88761ee398361ddd650b9ec9c3a Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Tue, 30 Jun 2026 12:29:16 +0000 Subject: [PATCH] Restore cmake 3.25 as minimum version --- CMakeLists.txt | 2 +- Telegram/build/docker/centos_env/Dockerfile | 4 ++-- snap/snapcraft.yaml | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62d43cdc95..e762a3cd59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # For license and copyright information please follow this link: # https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL -cmake_minimum_required(VERSION 3.31) +cmake_minimum_required(VERSION 3.25...3.31) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/Telegram/build/docker/centos_env/Dockerfile b/Telegram/build/docker/centos_env/Dockerfile index eda2442748..bdc35080dc 100644 --- a/Telegram/build/docker/centos_env/Dockerfile +++ b/Telegram/build/docker/centos_env/Dockerfile @@ -13,7 +13,7 @@ ENV PKG_CONFIG_PATH=/opt/rh/$TOOLSET/root/usr/lib64/pkgconfig:/opt/rh/$TOOLSET/r RUN --mount=type=cache,target=/var/cache/dnf <