Require >= CMake3.5 instead of 2.8

Change-Id: I5e0045fad2ecc028c2dcb9fd78805dfb42a9e2ed
Этот коммит содержится в:
Chris Freehill
2019-12-09 11:57:09 -06:00
родитель f1181e0569
Коммит 2afaae2fbe
+1 -1
Просмотреть файл
@@ -1,7 +1,7 @@
#
# Minimum version of cmake required
#
cmake_minimum_required(VERSION 2.8.0)
cmake_minimum_required(VERSION 3.5.0)
include ( GNUInstallDirs )
#
# GCC 4.8 or higher compiler required.