From b2a681bd29efd834d866977e72c1a03946ba35e9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 3 Aug 2018 16:42:44 +0200 Subject: cmake: Require at least cmake 3.1 Signed-off-by: Andreas Schneider --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e5415a8..fa0678de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(libssh C) # Required cmake version -cmake_minimum_required(VERSION 2.8.5) +cmake_minimum_required(VERSION 3.1.0) # global needed variables set(APPLICATION_NAME ${PROJECT_NAME}) -- cgit v1.2.3