]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] FindRagel.cmake - remove cmake min version 3780/head
authorDuncan Bellamy <dunk@denkimushi.com>
Mon, 31 May 2021 16:30:28 +0000 (17:30 +0100)
committerDuncan Bellamy <dunk@denkimushi.com>
Mon, 31 May 2021 16:30:28 +0000 (17:30 +0100)
As now causes warning and main CMakeLists.txt min version is greater

cmake/FindRagel.cmake

index c94920e24d7d0f2e79ffbfeb373adcf9f3e9699e..f43298e333219d3454202defd457502f4b6ded47 100644 (file)
@@ -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)