Skip to content
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

[WIP] Use FindLua included in CMake #899

Closed
wants to merge 1 commit into from

Conversation

TheCycoONE
Copy link
Member

The FindLua module included in recent versions of CMake does a better job of
locating lua and using consistent versions for the include directories and
libraries.

In using this module I sacrafice the WITH_LUAJIT flag (not needed), and support
for building on x64 OSX with LuaJIT. It is recommended to build against Lua 5.3.

The FindLua module included in recent versions of CMake does a better job of
locating lua and using consistent versions for the include directories and
libraries.

In using this module I sacrafice the WITH_LUAJIT flag (not needed), and support
for building on x64 OSX with LuaJIT. It is recommended to build against Lua 5.3.
@TheCycoONE TheCycoONE mentioned this pull request Sep 15, 2015
@TheCycoONE TheCycoONE changed the title Use FindLua included in CMake [WIP] Use FindLua included in CMake Sep 15, 2015
@TheCycoONE
Copy link
Member Author

I see the version of cmake included in travis CI is too old to contain the FindLua module. Given that I will modify the pull request to include the latest version of the upstream FindLua.cmake module

@TheCycoONE TheCycoONE closed this Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant