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-irc/weechat/files/weechat-3.0-cmake_lua_versi...

10 lines
272 B

--- a/cmake/FindLua.cmake
+++ b/cmake/FindLua.cmake
@@ -35,5 +35,5 @@
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
- pkg_search_module(LUA lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua-5.0 lua5.0 lua50 lua)
+ pkg_search_module(LUA lua)
endif()