Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cmake: Allow building without Luajit | Rui Abreu Ferreira | 2016-05-19 |
| | | | | | | | | | | | | | By default Neovim searched a Luajit instalation and linked against the luajit library. In practice Neovim only requires luajit to run the unit tests. All other targets only require lua and the correct lua modules. This commit: 1. Remove the strict dependency on Luajit 2. Makes the unittest target depend on the lua 'ffi' module. If the module is not available the target is not enabled and a message is displayed. | ||
* | Refactor the lua dependency checking. | Rui Abreu Ferreira | 2014-07-11 |
This is in preparation for the next step, which is to find a suitable lua interpreter, rather than just erroring when an interpreter is found but doesn't have the necessary dependencies. Helped-by: John Szakmeister <john@szakmeister.net> |