mirror of
https://git.openwrt.org/project/ubus.git
synced 2025-12-20 00:51:28 +08:00
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>
This commit is contained in:
committed by
Christian Marangi
parent
ad2768bbc1
commit
b462895d31
@@ -1,5 +1,3 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
PROJECT(ubus C)
|
||||
|
||||
SET(CMAKE_INSTALL_PREFIX /)
|
||||
|
||||
Reference in New Issue
Block a user