diff --git a/cmake/FindLua.cmake b/cmake/FindLua.cmake index 6fccd41..bb39673 100644 --- a/cmake/FindLua.cmake +++ b/cmake/FindLua.cmake @@ -79,6 +79,7 @@ foreach (ver IN LISTS LUA_MINOR_VERSIONS) lua5${ver} lua5.${ver} lua-5.${ver} + lua.5.${ver} ) endforeach ()