diff options
author | Oleg Morozenkov <omorozenkov@gmail.com> | 2015-07-16 22:05:49 +0300 |
---|---|---|
committer | Oleg Morozenkov <omorozenkov@gmail.com> | 2015-07-16 22:05:49 +0300 |
commit | 4fd5a15e08cbb585643bcd102ef8851c84c60cf8 (patch) | |
tree | c7276414b106b1d5780d1be461ee2b0e3a5ef0f8 /CMakeLists.txt | |
parent | d47c0e962e2cdba538c890313718152cee12bd20 (diff) |
Fix cmake min version requirement
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x[-rw-r--r--] | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2949165..36f7b6f 100644..100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8) project(TgBot) ### options |