From: David Härdeman Date: Sun, 5 Oct 2025 12:21:58 +0000 (+0200) Subject: lua: CMakeLists: drop redundant cmake_minimum_required X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=272fc1348ea9a13303828744a7f21fd269e87227;p=project%2Fuci.git lua: CMakeLists: drop redundant cmake_minimum_required The Lua module depends on the parent uci project and can't be build 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 [ improve commit description ] Link: https://github.com/openwrt/uci/pull/7 Signed-off-by: Christian Marangi --- diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index 6873917..efdbfff 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 3.10) - PROJECT(uci C) SET(CMAKE_INSTALL_PREFIX /)