Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindLua: Check header file against suitable versions | Ivan Ivanov | 2016-06-20 | 1 | -5/+12 |
| | |||||
* | FindLua: Factor out a helper function for version extraction | Ivan Ivanov | 2016-06-20 | 1 | -23/+30 |
| | |||||
* | FindLua: Prefix private APIs with `_lua_` | Ivan Ivanov | 2016-06-20 | 1 | -8/+8 |
| | |||||
* | FindLua: Add library name for Lua 5.3 on homebrew | Anders Bakken | 2016-05-09 | 1 | -0/+1 |
| | | | | | | | | | | | Homebrew installs lua 5.3 like this: Cellar/lua53/5.3.2_2/lib/liblua.5.3.2.dylib Cellar/lua53/5.3.2_2/lib/liblua.5.3.dylib lib/liblua.5.3.2.dylib lib/liblua.5.3.dylib Add the `liblua.{$VERSION}` naming scheme to our searched names. | ||||
* | FindLua: fix wrong version list if EXACT is given | Rolf Eike Beer | 2014-10-02 | 1 | -1/+1 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -13/+31 |
| | | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. | ||||
* | Modules: add FindLua.cmake | Rolf Eike Beer | 2013-08-31 | 1 | -0/+153 |
This is a version agnostic variant of FindLua50.cmake and FindLua51.cmake. |