projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec09159
)
build: remove install prefix override
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:21:53 +0000
(15:21 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:02 +0000
(15:22 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 0be23b6e39fd9d4e04e91941d1b1a014a7970acd..e3968c874c9cd8a336d349d0387a947fd0de672b 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-2,8
+2,6
@@
cmake_minimum_required(VERSION 2.6)
PROJECT(uci C)
-SET(CMAKE_INSTALL_PREFIX /usr)
-
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -I. -DUCI_PREFIX="${CMAKE_INSTALL_PREFIX}")