aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindLuaJIT.cmake
AgeCommit message (Collapse)Author
2021-05-30Remove unused version detection from FindLuaJIT.cmakesfan5
2020-04-28cmake: Silence warnings. (#9750)orbea
Fixes https://github.com/minetest/minetest/issues/9734
2019-08-18Find LuaJIT headers on vcpkgUnknown
luajit headers were moved into a subdirectory to avoid conflicts with plain lua
2019-06-10Add compatibility to vcpkg buildsystem (#8317)adrido
2018-05-08Fix luajit include not being foundrubenwardy
2015-12-05Improve LuaJIT detectionFerdinand 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