summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindLuaJIT.cmake
Commit message (Collapse)AuthorAge
* cmake: Silence warnings. (#9750)orbea2020-04-28
| | | Fixes https://github.com/minetest/minetest/issues/9734
* Find LuaJIT headers on vcpkgUnknown2019-08-18
| | | luajit headers were moved into a subdirectory to avoid conflicts with plain lua
* Add compatibility to vcpkg buildsystem (#8317)adrido2019-06-10
|
* Fix luajit include not being foundrubenwardy2018-05-08
|
* Improve LuaJIT detectionFerdinand Thiessen2015-12-05
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