summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindLua
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
* Tests/RunCMake: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
| | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.10 where possible.
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+1
| | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`.
* FindLua: Add tests for this moduleAlexander Grund2018-05-248-0/+133