Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 816240
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/cmake/FindLua.cmake
0
++ b/cmake/FindLua.cmake
Lines 35-39 Link Here
35
find_package(PkgConfig)
35
find_package(PkgConfig)
36
if(PKG_CONFIG_FOUND)
36
if(PKG_CONFIG_FOUND)
37
  pkg_search_module(LUA lua5.4 lua-5.4 lua54 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)
37
  pkg_search_module(LUA lua)
38
endif()
38
endif()

Return to bug 816240