We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb290b commit a9d8561Copy full SHA for a9d8561
cmake/FindLua.cmake
@@ -52,7 +52,7 @@ unset(_lua_library_names)
52
53
# this is a function only to have all the variables inside go away automatically
54
function(set_lua_version_vars)
55
- set(LUA_VERSIONS5 5.3 5.2 5.1 5.0)
+ set(LUA_VERSIONS5 5.4 5.3 5.2 5.1 5.0)
56
57
if (Lua_FIND_VERSION_EXACT)
58
if (Lua_FIND_VERSION_COUNT GREATER 1)
0 commit comments