gplugin/gplugin

Implement Tomasz Wasilczyk's patch to find lua on other distros
feature/build-fixes
2015-05-07, Gary Kramlich
65e4ab606465
Parents 1ae55f9d182a
Children 002932d7f789
Implement Tomasz Wasilczyk's patch to find lua on other distros
--- a/lua/CMakeLists.txt Thu May 07 21:08:23 2015 -0500
+++ b/lua/CMakeLists.txt Thu May 07 21:10:25 2015 -0500
@@ -20,7 +20,7 @@
gplugin-lua-plugin.h
)
- set(_LUAS "luajit>=2.0.0;lua5.2>=5.2.0;lua5.1>=5.1.0")
+ set(_LUAS "luajit>=2.0.0;lua>=5.1.0;lua5.2>=5.2.0;lua5.1>=5.1.0")
foreach(_LUA ${_LUAS})
if(NOT LUA_FOUND)
pkg_check_modules(LUA ${_LUA})