lua: CMakeLists: drop redundant cmake_minimum_required
authorDavid Härdeman <[email protected]>
Sun, 5 Oct 2025 15:48:37 +0000 (17:48 +0200)
committerChristian Marangi <[email protected]>
Tue, 7 Oct 2025 12:19:52 +0000 (14:19 +0200)
The Lua module depends on the parent libubox 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 <[email protected]>
Link: https://github.com/openwrt/libubox/pull/21
Signed-off-by: Christian Marangi <[email protected]>
lua/CMakeLists.txt

index 4ec4e392ecf2a406b96671bf295c5600e7fd69ec..104a56a2dfb289a0e6544af560b3ed24ce5a5a81 100644 (file)
@@ -1,5 +1,3 @@
-cmake_minimum_required(VERSION 3.10)
-
 PROJECT(uloop C)
 
 SET(CMAKE_INSTALL_PREFIX /)