summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2021-02-15 11:11:15 +0300
committerGitHub <noreply@github.com>2021-02-15 11:11:15 +0300
commitf2d7dc110d3ba37914298bd073500396fcf93967 (patch)
treeaaeeab74cc86193528ed81143a42f073a7bf1b90
parent9dae1b4ae78218a7ebd341f8b2952fe26affdf74 (diff)
parentaf40a4ee66ad62ab0aa0584f54c53aab488cd692 (diff)
Merge pull request #159 from ChungZH/patch-1
Update cmake_minimum_required
-rw-r--r--CMakeLists.txt4
1 files 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()