mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-15 11:10:19 -06:00
New result variables in FindLua: * Lua_VERSION * Lua_VERSION_MAJOR * Lua_VERSION_MINOR * Lua_VERSION_PATCH Deprecated variables in FindLua: * LUA_VERSION_STRING * LUA_VERSION_MAJOR * LUA_VERSION_MINOR * LUA_VERSION_PATCH Deprecated variables in FindLua51: * LUA_VERSION_STRING Issue: #27088