Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 01:58:09 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 01:58:09 +0300
commitdc8c37fa8b9d198a8744ae5e1bc76a36ed617f89 (patch)
treea5974a06c94d21d49c293797af0c88787f18397f /CMakeLists.txt
parent9abfbad95fc5bec86840ad5121370ddd419db3de (diff)
change minimum cmake version to 2.6
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5bf46b..8ef71b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.6)
PROJECT(ubox C)
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3)