FindRAGEL: bump the minimum CMake version to 3.14

We were deprecation warnings for CMake 2.x so we request a 3.x series.

No good reason that we chose 3.14 other than it's _kinda_ recent.
This commit is contained in:
Danny Robson 2020-12-03 10:05:04 +10:00
parent 39d0ee8173
commit 60a1dc65ef

View File

@ -41,8 +41,7 @@
# /usr/share/cmake/Modules/FindFLEX.cmake # /usr/share/cmake/Modules/FindFLEX.cmake
# /usr/share/cmake/Modules/FindBISON.cmake # /usr/share/cmake/Modules/FindBISON.cmake
# uses some features which are not available in 2.6 cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 2.8)
find_program(RAGEL_EXECUTABLE NAMES ragel DOC "path to the ragel executable") find_program(RAGEL_EXECUTABLE NAMES ragel DOC "path to the ragel executable")
mark_as_advanced(RAGEL_EXECUTABLE) mark_as_advanced(RAGEL_EXECUTABLE)