Wireshark-commits: [Wireshark-commits] master d703310: cmake: optionally require Lua 5.1 or newer

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 07 Sep 2018 04:02:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d703310749312b0b822af0cb5ab3947dc5a53696
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d703310 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: optionally require Lua 5.1 or newer
    
    doc/README.wslua reports support for 5.1 and 5.2 only. Even RHEL6 ships
    with Lua 5.1, so it makes not sense to maintain support for Lua 5.0.
    
    Change-Id: I34a8084c7fba19d631b90ce5d5a28198be6a7850
    Reviewed-on: https://code.wireshark.org/review/29448
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  46e71f9   wslua: fix source argument in debug info for luacov
     add  d703310   cmake: optionally require Lua 5.1 or newer


Summary of changes:
 CMakeLists.txt              | 1 +
 cmake/modules/FindLUA.cmake | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)