From af40a4ee66ad62ab0aa0584f54c53aab488cd692 Mon Sep 17 00:00:00 2001 From: Flex Zhong Date: Mon, 15 Feb 2021 11:11:06 +0800 Subject: Update cmake_minimum_required --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 871e9b8..fcb9cd1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.4) +cmake_minimum_required(VERSION 2.8.12) project(TgBot) # options @@ -107,4 +107,4 @@ endif() if(BUILD_SHARED_LIBS) add_definitions(-DTGBOT_DLL) -endif() \ No newline at end of file +endif() -- cgit v1.2.3