relax required cmake version

e.g. also compiles on CentOS 6 with cmake 2.8 from EPEL
This commit is contained in:
Georg Sauthoff 2016-11-15 21:44:48 +01:00
parent ee5bee4f2e
commit 134796a9e5

View file

@ -1,6 +1,6 @@
# 2016, Georg Sauthoff <mail@georg.so>
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 2.8)
project(somake C CXX)
include(CheckFunctionExists)