Skip to content

Commit 8bae4d0

Browse files
authored
Merge pull request #1254 from joto/prep-lua-5.4
CMake config: Also look for the recently released Lua 5.4
2 parents 9eb290b + a9d8561 commit 8bae4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindLua.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ unset(_lua_library_names)
5252

5353
# this is a function only to have all the variables inside go away automatically
5454
function(set_lua_version_vars)
55-
set(LUA_VERSIONS5 5.3 5.2 5.1 5.0)
55+
set(LUA_VERSIONS5 5.4 5.3 5.2 5.1 5.0)
5656

5757
if (Lua_FIND_VERSION_EXACT)
5858
if (Lua_FIND_VERSION_COUNT GREATER 1)

0 commit comments

Comments
 (0)