From: Matthew Barr Date: Mon, 26 Oct 2015 04:53:55 +0000 (+1100) Subject: Update CMake required min version to 2.8.11 X-Git-Tag: v4.0.1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77613802d257162e826e2e3bfeca5d25b5c946f;p=thirdparty%2Fvectorscan.git Update CMake required min version to 2.8.11 RedHat/CentOS 7 ship with 2.8.11 so this is a sane minimum. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dd02942..9760d36a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)