change minimum cmake version to 2.6
This commit is contained in:
parent
6bbd9dad9d
commit
4a3bb66cd4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
PROJECT(ubus C)
|
||||
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3)
|
||||
|
|
Loading…
Add table
Reference in a new issue