Build: Raise required CMake version to 3.5.0

This is the version found in Xenial which is the oldest we support.
This commit is contained in:
Peter Keresztes Schmidt 2021-02-09 13:12:19 +01:00
parent 4ebfbdef5d
commit 426cace32e
1 changed files with 1 additions and 1 deletions

View File

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