From 426cace32e1c985b773221da203d384b14d6a08d Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Tue, 9 Feb 2021 13:12:19 +0100 Subject: [PATCH] Build: Raise required CMake version to 3.5.0 This is the version found in Xenial which is the oldest we support. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f749a7a..3ffde23ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Created by mastertheknife (Kfir Itzhak) # For more information and installation, see the INSTALL file # -cmake_minimum_required(VERSION 2.8.7) +cmake_minimum_required(VERSION 3.5.0) project(zoneminder) file(STRINGS "version" zoneminder_VERSION) # make API version a minor of ZM version