summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()