From bc9bc87c8562fe0c5cabf04ea125162c60e870de Mon Sep 17 00:00:00 2001 From: Duncan Bellamy Date: Mon, 31 May 2021 17:30:28 +0100 Subject: [PATCH] [Minor] FindRagel.cmake - remove cmake min version As now causes warning and main CMakeLists.txt min version is greater --- cmake/FindRagel.cmake | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.47.3