Re: [OpenWrt-Devel] liblua vs. CMake

2018-09-14 Thread Karl Palsson
Welcome to the joys of lua's packaging, not just in OpenWrt, but across the bsds and desktop distros as well. You need "lua" to find it for OpenWrt. (There will be only one lua) On ~most recent distros, as you may have noticed, this will however be lua 5.2 or 5.3. On those distros you need

[OpenWrt-Devel] liblua vs. CMake

2018-09-11 Thread Lev
Hello list, I'm still struggling finding liblua in the build system by CMake. This is a simple executable project and I have this at the top of the CMakeLists.txt file: cmake_minimum_required (VERSION 3.0) project(hmd C) SET(CMAKE_INSTALL_PREFIX /) IF(NOT LUA_CFLAGS)