From 4fd5a15e08cbb585643bcd102ef8851c84c60cf8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Thu, 16 Jul 2015 22:05:49 +0300 Subject: Fix cmake min version requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 index 2949165..36f7b6f --- 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 -- cgit v1.2.3