Skip to content

FindLua: Specify the path to the Lua installation to use

Roberto Di Remigio requested to merge robertodr/cmake:patch-find-lua into master

I modified the FindLua.cmake module so that LUA_ROOT and/or LUA_DIR can be passed as configuration options to suggest where to look for Lua. It was previously only possible to hint at a nonstandard installation directory exporting LUA_DIR as an environment variable.

Edited by Brad King

Merge request reports