Add support for lua5.4 in FindLua.cmake

This commit is contained in:
ijleesw 2021-03-12 15:01:30 +09:00 committed by Michael Bell
parent f7478ba80f
commit dca35dcc86

View File

@ -44,7 +44,7 @@ unset(_lua_append_versions)
# this is a function only to have all the variables inside go away automatically
function(_lua_set_version_vars)
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)