uci: fix Lua finding
authorYegor Yefremov <yegorslists@googlemail.com>
Sun, 6 Apr 2014 19:41:32 +0000 (21:41 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 6 Apr 2014 20:48:44 +0000 (22:48 +0200)
commited938cc8e423d4a33b8f31e6e6d1eb0805ae3d10
treed9b78a8827fb3d26c7fcbbad46c5f289005da0bb
parent31d4b691d96af442e8dfcefbb7acf85a448bba5c
uci: fix Lua finding

If ${LUAPATH} is not quoted and Lua is not provided, then following
error occurs:

"NOT" "No such file or directory" "EQUAL" "0" "OR" "EQUAL" ""

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
lua/CMakeLists.txt