You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/wireshark/files/wireshark-3.4.2-cmake-lua-v...

12 lines
304 B

--- a/cmake/modules/FindLUA.cmake
+++ b/cmake/modules/FindLUA.cmake
@@ -19,7 +19,7 @@
if(NOT WIN32)
find_package(PkgConfig)
- pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51)
+ pkg_search_module(LUA lua)
if(NOT LUA_FOUND)
pkg_search_module(LUA "lua<=5.2.99")
endif()