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:
parent
4ebfbdef5d
commit
426cace32e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue