projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abfbad
)
change minimum cmake version to 2.6
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Feb 2011 22:58:09 +0000
(23:58 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Feb 2011 22:58:09 +0000
(23:58 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e5bf46b5000e084989148754f149a6b83faaa251..8ef71b224ecde5438d3482899a943f1a614806e5 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(ubox C)
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3)