Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-30 | Remove unused version detection from FindLuaJIT.cmake | sfan5 | |
2020-04-28 | cmake: Silence warnings. (#9750) | orbea | |
Fixes https://github.com/minetest/minetest/issues/9734 | |||
2019-08-18 | Find LuaJIT headers on vcpkg | Unknown | |
luajit headers were moved into a subdirectory to avoid conflicts with plain lua | |||
2019-06-10 | Add compatibility to vcpkg buildsystem (#8317) | adrido | |
2018-05-08 | Fix luajit include not being found | rubenwardy | |
2015-12-05 | Improve LuaJIT detection | Ferdinand Thiessen | |
On openSUSE luajit is not detected correctly. This is because openSUSE is using a lua version suffix, like other Linux distributions do it also. So the include directory is: include/luajit-5_1-2.0 |