-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make package building with Lua 5.4 #24
Comments
Hmm, even with this patch, the test suite fails:
Any ideas what I am doing wrong, please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are versions of Lua hard-coded into
cmake/Modules/FindLua5X.cmake
and Lua 5.4 is missing. Why don’t you use standardcmake/Modules/FindLua.cmake
, by the way?Anyway, this patch works around this problem.
The text was updated successfully, but these errors were encountered: