Files
David Härdeman b462895d31 lua: CMakeLists: drop redundant cmake_minimum_required
The Lua module depends on the parent ubus project and can't be built
independently.

Drop redundant cmake_minimum_required from lua/CMakeLists.txt and
inherit the version from the parent CMake project to keep version
consistency.

Signed-off-by: David Härdeman <david@hardeman.nu>
Link: https://github.com/openwrt/ubus/pull/7
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-10-07 14:19:11 +02:00
..