summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindLua/FindLuaTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Unset the PATH environment variable more explicitly where neededBrad King2025-10-071-2/+2
| | | | | Previously we relied on setting an environment variable to empty to unset it on Windows.
* FindLua*: Add Lua_VERSIONPeter Kokot2025-08-141-2/+5
| | | | | | | | | | | | | | | | | | | | | | 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
* FindLua: Add tests for this moduleAlexander Grund2018-05-241-0/+87