From: Duncan Bellamy Date: Mon, 31 May 2021 16:30:28 +0000 (+0100) Subject: [Minor] FindRagel.cmake - remove cmake min version X-Git-Tag: 3.0~353^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3780%2Fhead;p=thirdparty%2Frspamd.git [Minor] FindRagel.cmake - remove cmake min version As now causes warning and main CMakeLists.txt min version is greater --- diff --git a/cmake/FindRagel.cmake b/cmake/FindRagel.cmake index c94920e24d..f43298e333 100644 --- a/cmake/FindRagel.cmake +++ b/cmake/FindRagel.cmake @@ -41,9 +41,6 @@ # /usr/share/cmake/Modules/FindFLEX.cmake # /usr/share/cmake/Modules/FindBISON.cmake -# uses some features which are not available in 2.6 -cmake_minimum_required(VERSION 2.8) - find_program(RAGEL_EXECUTABLE NAMES ragel DOC "path to the ragel executable") mark_as_advanced(RAGEL_EXECUTABLE)