diff options
author | Duncan Bellamy <dunk@denkimushi.com> | 2021-05-31 17:30:28 +0100 |
---|---|---|
committer | Duncan Bellamy <dunk@denkimushi.com> | 2021-05-31 17:30:28 +0100 |
commit | bc9bc87c8562fe0c5cabf04ea125162c60e870de (patch) | |
tree | 45240254d8f64d1ada11c4a7be924f7fdfbaa461 /cmake | |
parent | f4451616279bebfccedae7fe51200e0e38b97964 (diff) | |
download | rspamd-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.cmake | 3 |
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) |