瀏覽代碼

[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 年之前
父節點
當前提交
bc9bc87c85
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      cmake/FindRagel.cmake

+ 0
- 3
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)


Loading…
取消
儲存