aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindLuaJIT.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused version detection from FindLuaJIT.cmakesfan52021-05-301-13/+4
|
* cmake: Silence warnings. (#9750)orbea2020-04-281-1/+1
| | | Fixes https://github.com/minetest/minetest/issues/9734
* Find LuaJIT headers on vcpkgUnknown2019-08-181-1/+1
| | | luajit headers were moved into a subdirectory to avoid conflicts with plain lua
* Add compatibility to vcpkg buildsystem (#8317)adrido2019-06-101-13/+25
|
* Fix luajit include not being foundrubenwardy2018-05-081-1/+1
|
* Improve LuaJIT detectionFerdinand Thiessen2015-12-051-0/+50
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