Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11706] CMake: Search for Lua 5.0/5.1/5.2 succeeds even whe

Date: Fri, 13 Nov 2015 16:10:33 +0000

Comment # 2 on bug 11706 from
I'm guessing that after the FindLUA.cmake code:

    find_package(PkgConfig)
    pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua5.0
lua-5.0 `lua50)
    if(NOT LUA_FOUND)
      pkg_search_module(LUA "lua<=5.2.99")
    endif()


that the module should bail `if(NOT LUA_FOUND)` but that would be just a SWAG
on my part since I've no familiarity (yet) with CMake.


You are receiving this mail because:
  • You are watching all bug changes.