diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2021-02-15 11:11:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 11:11:15 +0300 |
commit | f2d7dc110d3ba37914298bd073500396fcf93967 (patch) | |
tree | aaeeab74cc86193528ed81143a42f073a7bf1b90 | |
parent | 9dae1b4ae78218a7ebd341f8b2952fe26affdf74 (diff) | |
parent | af40a4ee66ad62ab0aa0584f54c53aab488cd692 (diff) |
Merge pull request #159 from ChungZH/patch-1
Update cmake_minimum_required
-rw-r--r-- | CMakeLists.txt | 4 |
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() |