projects
/
oweals
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbd9da
)
change minimum cmake version to 2.6
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Feb 2011 22:57:35 +0000
(23:57 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Feb 2011 22:57:35 +0000
(23:57 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 2bf3853eaf4b45b1cf11ad3ef87f231effe48cc0..29809cc9c77b80a72041f61f00d744b60586fe8a 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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)