mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
b4a08078d6
If using both FindLua and FindLua51 modules, the FindLua51 and Lua 5.2 or newer is found, FindLua51 module can set the Lua_VERSION variable to empty value. Instead, the Lua51_VERSION can be used to bypass this issue. Issue: #27088