From 43bcaa7e65823d67268d58d28569fa951de08798 Mon Sep 17 00:00:00 2001 From: GMagician <3684609+GMagician@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:33:19 +0000 Subject: [PATCH] Remove deprecation warning Remove cmake <3.10 deprecation warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df04af4..26d8a1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.6) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10) PROJECT(telebot C) SET(PROJECT_DESCRIPTION "Telegram Bot API")