Update CMake required min version to 2.8.11

RedHat/CentOS 7 ship with 2.8.11 so this is a sane minimum.
This commit is contained in:
Matthew Barr 2015-10-26 15:53:55 +11:00
parent e67b8032f7
commit b77613802d

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required (VERSION 2.8.11)
project (Hyperscan C CXX)
set (HS_MAJOR_VERSION 4)