From c86c0d27775d530c64f740641562ec4f1d8d0518 Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Wed, 8 May 2019 11:03:27 +0000 Subject: [PATCH] Reduce the minimum cmake version for openwrt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64a6a51..1ff1e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.7.1) project(umcumgr C) set(CMAKE_C_STANDARD 99)