| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tests: Unset the PATH environment variable more explicitly where needed | Brad King | 2025-10-07 | 1 | -2/+2 |
| | | | | | | Previously we relied on setting an environment variable to empty to unset it on Windows. | ||||
| * | FindLua*: Add Lua_VERSION | Peter Kokot | 2025-08-14 | 1 | -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 module | Alexander Grund | 2018-05-24 | 1 | -0/+87 |
