Browse Source

[Minor] FindRagel.cmake - remove cmake min version

As now causes warning and main CMakeLists.txt min version is greater
tags/3.0
Duncan Bellamy 3 years ago
parent
commit
bc9bc87c85
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      cmake/FindRagel.cmake

+ 0
- 3
cmake/FindRagel.cmake View 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)


Loading…
Cancel
Save