From: David Härdeman Date: Sun, 5 Oct 2025 15:48:37 +0000 (+0200) Subject: lua: CMakeLists: drop redundant cmake_minimum_required X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7a3863acfb15413d9346d6e7b0c951b8fba72220;p=project%2Flibubox.git lua: CMakeLists: drop redundant cmake_minimum_required 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 Link: https://github.com/openwrt/libubox/pull/21 Signed-off-by: Christian Marangi --- diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index 4ec4e39..104a56a 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.10) - PROJECT(uloop C) SET(CMAKE_INSTALL_PREFIX /)