1
0
Fork 0

Reduce the minimum cmake version for openwrt

This commit is contained in:
Shawn Nock 2019-05-08 11:03:27 +00:00
parent 1857c617f0
commit c86c0d2777
1 changed files with 1 additions and 1 deletions

View File

@ -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)