mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
Link: https://github.com/openwrt/packages/issues/27607
Link: 1b48ebd31c
Signed-off-by: Mark Mentovai <mark@mentovai.com>
12 lines
330 B
Diff
12 lines
330 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -12,7 +12,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
|
|
set(CMAKE_BUILD_TYPE RelWithDebInfo)
|
|
endif("${CMAKE_BUILD_TYPE}" STREQUAL "")
|
|
set(CMAKE_COLOR_MAKEFILE ON)
|
|
-cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
|
|
+cmake_minimum_required(VERSION 3.10)
|
|
|
|
add_definitions(-Wall)
|
|
|