summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2021-05-31 17:30:28 +0100
committerDuncan Bellamy <dunk@denkimushi.com>2021-05-31 17:30:28 +0100
commitbc9bc87c8562fe0c5cabf04ea125162c60e870de (patch)
tree45240254d8f64d1ada11c4a7be924f7fdfbaa461 /cmake
parentf4451616279bebfccedae7fe51200e0e38b97964 (diff)
downloadrspamd-bc9bc87c8562fe0c5cabf04ea125162c60e870de.tar.gz
rspamd-bc9bc87c8562fe0c5cabf04ea125162c60e870de.zip
[Minor] FindRagel.cmake - remove cmake min version
As now causes warning and main CMakeLists.txt min version is greater
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindRagel.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/FindRagel.cmake b/cmake/FindRagel.cmake
index c94920e24..f43298e33 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)