cmake: Require at least cmake 3.1

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-03 16:42:44 +02:00
parent 18077673ac
commit b2a681bd29

View File

@@ -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})