From 6c7e55250927859ad2b7fee06e710402ff564f4c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 10 Apr 2015 13:31:37 +0200 Subject: cmake: Require cmake version 2.8.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d9109df3..5d454655 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(libssh C) # Required cmake version -cmake_minimum_required(VERSION 2.6.0) +cmake_minimum_required(VERSION 2.8.0) # global needed variables set(APPLICATION_NAME ${PROJECT_NAME}) -- cgit v1.2.3