Simon Lees
74efd581ab
- Add lua54.patch which adds 5.4 among allowed versions of Lua interpreter. (https://gitlab.kitware.com/cmake/cmake/-/issues/20933) OBS-URL: https://build.opensuse.org/request/show/819696 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=418
12 lines
381 B
Diff
12 lines
381 B
Diff
--- a/Modules/FindLua.cmake
|
|
+++ b/Modules/FindLua.cmake
|
|
@@ -48,7 +48,7 @@ unset(_lua_append_versions)
|
|
|
|
# this is a function only to have all the variables inside go away automatically
|
|
function(_lua_get_versions)
|
|
- set(LUA_VERSIONS5 5.3 5.2 5.1 5.0)
|
|
+ set(LUA_VERSIONS5 5.4 5.3 5.2 5.1 5.0)
|
|
|
|
if (Lua_FIND_VERSION_EXACT)
|
|
if (Lua_FIND_VERSION_COUNT GREATER 1)
|